Function reference
Sqr:Double( x:Double ) Square root of x
Sin:Double( x:Double ) Sine of x degrees
Cos:Double( x:Double ) Cosine of x degrees
Tan:Double( x:Double ) Tangent of x degrees
ASin:Double( x:Double ) Inverse Sine of x
ACos:Double( x:Double ) Inverse Cosine of x
ATan:Double( x:Double ) Inverse Tangent of x
ATan2:Double( y:Double,x:Double ) Inverse Tangent of two variables x,y
Sinh:Double( x:Double ) Hyperbolic sine of x
Cosh:Double( x:Double ) Hyperbolic cosine of x
Tanh:Double( x:Double ) Hyperbolic tangent of x
Exp:Double( x:Double ) Exponential function
Log:Double( x:Double ) Natural logarithm
Log10:Double( x:Double ) Base 10 logarithm
Ceil:Double( x:Double ) Smallest integral value not less than x
Floor:Double( x:Double ) Largest integral value not greater than x
Module Information
Module | brl.math |
Version |
1.00 |
Author |
Mark Sibly |
License |
Blitz Shared Source Code |
Copyright |
Blitz Research Ltd |
Modserver |
BRL |