Function PGAGetMinMachineDoubleValue

Function Documentation

double PGAGetMinMachineDoubleValue(PGAContext *ctx)

Return the smallest double of the current machine.

Example

PGAContext *ctx;
double small;

...
small = PGAGetMinMachineDoubleValue (ctx);

Parameters:
  • ctx – context variable

Returns:

The smallest double of the given machine