GNU Info

Info Node: (mysql.info)Number syntax

(mysql.info)Number syntax


Next: Hexadecimal values Prev: String syntax Up: Literals
Enter node , (file) or (file)node

Numbers
.......

Integers are represented as a sequence of digits. Floats use `.' as a
decimal separator.  Either type of number may be preceded by `-' to
indicate a negative value.

Examples of valid integers:

     1221
     0
     -32

Examples of valid floating-point numbers:

     294.42
     -32032.6809e+10
     148.00

An integer may be used in a floating-point context; it is interpreted
as the equivalent floating-point number.


automatically generated by info2www version 1.2.2.9