pgagetmaxmachinedoublevalue — returns the smallest double of the current

Input parameters

ctx
- context variable

Output parameters

none

Synopsis


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

Location

system.c

Example

Example:
PGAContext *ctx;
double small;
:
small = PGAGetMinMachineDoubleValue(ctx);