RosettaCodeData/Task/Real-constants-and-functions/Lua/real-constants-and-functions.lua

11 lines
114 B
Lua
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
math.exp(1)
math.pi
math.sqrt(x)
math.log(x)
math.log10(x)
math.exp(x)
math.abs(x)
math.floor(x)
math.ceil(x)
x^y