rascal-0.40.17
Synopsis
Real values.
Types
real
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