Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Operator

reverse polish notation example

what it does

Starting with Version

exponentiation

^

x y ^

returns x to the power of y

Coming soon2.10.0

maximum

$max

x y $max

returns the bigger of x and y

Coming soon2.10.0

minimum

$min

x y $min

returns the smaller of x and y

Coming soon2.10.0

Rounding

Note that in order to round to a whole number, y has to be 0. A number smaller than 0 will be treated as 0.

...

Name

Operator

reverse polish notation example

what it does

Starting with Version

round

$round

x y $round

rounds x to the yth decimal point

Coming soon2.10.0

round down

$roundDown

x y $roundDown

rounds down x to the yth decimal point

Coming soon2.10.0

round up

$roundUp

x y $roundUp

rounds up x to the yth decimal point

Coming soon2.10.0