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 soon

maximum

$max()

x y $max()

returns the bigger of x and y

Coming soon

minimum

$min()

x y $min()

returns the smaller of x and y

Coming soon

...

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 soon

round down

$roundDown()

x y $roundDown()

rounds down x to the yth decimal point

Coming soon

round up

$roundUp()

x y $roundUp()

rounds up x to the yth decimal point

Coming soon