PGAGetMaxMachineDoubleValue - 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); 05/01/95 PGAGetMaxMachineDoubleValue(6)