Inverse trig logic functions
This commit is contained in:
@@ -1636,9 +1636,15 @@ lenum.min = Minimum of two numbers.
|
||||
lenum.max = Maximum of two numbers.
|
||||
lenum.angle = Angle of vector in degrees.
|
||||
lenum.len = Length of vector.
|
||||
|
||||
lenum.sin = Sine, in degrees.
|
||||
lenum.cos = Cosine, in degrees.
|
||||
lenum.tan = Tangent, in degrees.
|
||||
|
||||
lenum.asin = Arc sine, in degrees.
|
||||
lenum.acos = Arc cosine, in degrees.
|
||||
lenum.atan = Arc tangent, in degrees.
|
||||
|
||||
#not a typo, look up 'range notation'
|
||||
lenum.rand = Random decimal in range [0, value).
|
||||
lenum.log = Natural logarithm (ln).
|
||||
|
||||
Reference in New Issue
Block a user