11 lines
379 B
Factor
11 lines
379 B
Factor
e ! e
|
|
pi ! π
|
|
sqrt ! square root
|
|
log ! natural logarithm
|
|
exp ! exponentiation
|
|
abs ! absolute value
|
|
floor ! greatest whole number smaller than or equal
|
|
ceiling ! smallest whole number greater than or equal
|
|
truncate ! remove the fractional part (i.e. round towards 0)
|
|
round ! round to next whole number
|
|
^ ! power
|