We support integer numbers that are 8 bytes signed (equivalent to Java's long data type) and ranges from:
-9,223,372,036,854,775,808 to +9,223,372,036,854,775,807
We support floating point numbers according to IEEE 754 (equivalent to Java's double data type). Floating point numbers cover a range from:
4.94065645841246544e-324 to 1.79769313486231570e+308
both positive and negative.