next up previous contents
Next: Implementation Up: Syntax and Data Structure Previous: Implementation

Floating Point Numbers

Are implemented as doubles of C. In syntax they contain a decimal point, optional sign and exponent.

    12.
    3.1415
    -.5
    +12.3e-123
    5.E7
are floating point numbers, but not 2e3 (2.e3 should be used).





Gokturk UCOLUK
Fri Nov 1 21:52:13 EET 1996