This library is an interface to the standard C math library. It provides all its functions inside the table math


Subsections

  1. math.abs (x)
  2. math.acos (x)
  3. math.asin (x)
  4. math.atan (x)
  5. math.atan2 (x, y)
  6. math.ceil (x)
  7. math.cos (x)
  8. math.cosh (x)
  9. math.deg (x)
  10. math.exp (x)
  11. math.floor (x)
  12. math.fmod (x, y)
  13. math.frexp (x)
  14. math.huge
  15. math.ldexp (m, e)
  16. math.log (x)
  17. math.log10 (x)
  18. math.max (x, ...)
  19. math.min (x, ...)
  20. math.modf (x)
  21. math.pi
  22. math.pow (x, y)
  23. math.rad (x)
  24. math.random ([m [, n]])
  25. math.randomseed (x)
  26. math.sin (x)
  27. math.sinh (x)
  28. math.sqrt (x)
  29. math.tan (x)
  30. math.tanh (x)