Difference between revisions of "Math"

From SkyCorp Global
Line 3: Line 3:
 
== Public Methods ==
 
== Public Methods ==
  
=== abs ===
+
=== static abs ===
  
=== acos ===
+
=== static acos ===
  
=== asin ===
+
=== static asin ===
  
=== atan ===
+
=== static atan ===
  
=== atan2 ===
+
=== static atan2 ===
  
=== ceil ===
+
=== static ceil ===
  
=== cos ===
+
=== static cos ===
  
=== cosh ===
+
=== static cosh ===
  
=== deg ===
+
=== static deg ===
  
=== exp ===
+
=== static exp ===
  
=== floor ===
+
=== static floor ===
  
=== fmod ===
+
=== static fmod ===
  
=== frexp ===
+
=== static frexp ===
  
=== ldexp ===
+
=== static ldexp ===
  
=== log ===
+
=== static log ===
  
=== log10 ===
+
=== static log10 ===
  
=== max ===
+
=== static max ===
  
=== min ===
+
=== static min ===
  
=== modf ===
+
=== static modf ===
  
=== pow ===
+
=== static pow ===
  
=== rad ===
+
=== static rad ===
  
=== random(max) ===
+
=== static random(max) ===
  
=== random(min, max) ===
+
=== static random(min, max) ===
  
=== sin ===
+
=== static sin ===
  
=== sinh ===
+
=== static sinh ===
  
=== sqrt ===
+
=== static sqrt ===
  
=== tan ===
+
=== static tan ===
  
=== tanh ===
+
=== static tanh ===
  
 
== Public Variables ==
 
== Public Variables ==
  
=== pi ===
+
=== static pi ===
  
=== huge ===
+
=== static huge ===
 
Largest representatable number
 
Largest representatable number
 
[[Category:LUA Class Reference]]
 
[[Category:LUA Class Reference]]

Revision as of 06:52, 21 December 2017

NOTE: This class is lowercase, ie: 'math'

Public Methods

static abs

static acos

static asin

static atan

static atan2

static ceil

static cos

static cosh

static deg

static exp

static floor

static fmod

static frexp

static ldexp

static log

static log10

static max

static min

static modf

static pow

static rad

static random(max)

static random(min, max)

static sin

static sinh

static sqrt

static tan

static tanh

Public Variables

static pi

static huge

Largest representatable number