RosettaCodeData/Task/Real-constants-and-functions/MAXScript/real-constants-and-functions.max

10 lines
194 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
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