Navigation
Synopsis Real values.
Types real
Usage import Real; (deprecated: use import util::Math;)
Description The real values are represented by the type real and are written as usual in most programming languages. They can have arbitrary size and precision.

See Number for all operations on integers, reals and numbers.
Examples
  • 1.5
  • 3.14e-123

Questions
Question [1].
The type of 15.0122982535203080 is



Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.