| 
|||||||||
| 
 | 
|||||||||
| constant | constants in floating point | ||||||||
| Summary | 
Float
 A floating point constant.  | 
You can use three predefined constants in the floating point library:
FP_max returns the largest number that can be represented as a floating point number, 1.79769313486231571e+308
FP_min returns the smallest number that can be represented as a floating point number, 4.94065645841246544e-324
e returns the base for natural logarithms, 2.7182818284590452354.
| ---- |