Function PGAGetMaxMachineDoubleValue
Defined in File system.c
Function Documentation
-
double PGAGetMaxMachineDoubleValue(PGAContext *ctx)
Return the largest double of the current machine.
Example
PGAContext *ctx; double big; ... big = PGAGetMaxMachineDoubleValue (ctx);
- Parameters:
ctx – context variable
- Returns:
The largest double of the given machine