6 lines
143 B
Text
6 lines
143 B
Text
abs(x) 'absolute value
|
|
sqr(x) 'square root
|
|
exp(x) 'exponential
|
|
log(x) 'natural logarithm
|
|
x ^ y 'power
|
|
'floor, ceiling, e, and pi not available
|