PGAGetMaxMachineDoubleValue
returns the largest double of the current machine
- Provided by: pgapack (Version: 1.1.1-3)
- Report a bug
returns the largest double of the current machine
#include "pgapack.h" double PGAGetMaxMachineDoubleValue(ctx) PGAContext *ctx
system.c
Example: PGAContext *ctx; double big; : big = PGAGetMaxMachineDoubleValue(ctx);