Returns the largest double of the current machine
ctx
- context variable
none
#include "pgapack.h" double PGAGetMaxMachineDoubleValue(ctx) PGAContext *ctx
system.c
Example: PGAContext *ctx; double big; : big = PGAGetMaxMachineDoubleValue(ctx);