Real Value Type

A real number denotes all fractional and non-fractional values.

This value is defined as a double precision floating point number, according to the IEEE754 standard.

GUI Editor

Graphical representation of the double editor

EGO Script

Real values in Dinamica EGO use the standard representation for floating point numbers.

  • 1, 2, 198, etc.
  • -1, -2, -198, etc.
  • -1.002, -2321.3441, -198.4455, etc.
  • 5.45e-32, -34.211e+45, etc. (Syntax MeE, where M is a mantissa and E is the exponent. It denotes M*10E)

Automatic Conversions

See Type System for the complete conversion reference across all types.