RosettaCodeData/Task/Real-constants-and-functions/MAXScript/real-constants-and-functions.max
2013-04-11 11:14:19 -07:00

9 lines
194 B
Text

e -- Euler's number
pi -- pi
log x -- natural logarithm
log10 x -- log base 10
exp x -- exponantial
abs x -- absolute value
floor x -- floor
ceil x -- ceiling
pow x y -- power