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