Rev Language Reference


Real - Real number data type

The real number data type can hold any real number value. Not to be confused with integers which are whole numbers, or `Natural` which are the counting numbers (e.g. 1,2,3,...).

Example

a = 1.1
b = 1.3
c = a + b
# c will be 2.4

See Also

Derived Types

Distributions