Ubuntu Manpages

PGAGetMaxMachineDoubleValue

returns the largest double of the current machine

- context variable

#include "pgapack.h"
double  PGAGetMaxMachineDoubleValue(ctx)
PGAContext *ctx

system.c

Example:
PGAContext *ctx;
double big;
:
big = PGAGetMaxMachineDoubleValue(ctx);