BRL.Math: Functions Modinfo Source  

Math

Functions

Function ACos:Double( x:Double )
DescriptionInverse Cosine of x.

Function ASin:Double( x:Double )
DescriptionInverse Sine of x.

Function ATan:Double( x:Double )
DescriptionInverse Tangent of x.

Function ATan2:Double( y:Double,x:Double )
DescriptionInverse Tangent of two variables x , y.

Function Ceil:Double( x:Double )
DescriptionSmallest integral value not less than x.

Function Cos:Double( x:Double )
DescriptionCosine of x degrees.

Function Cosh:Double( x:Double )
DescriptionHyperbolic cosine of x.

Function Exp:Double( x:Double )
DescriptionExponential function.

Function Floor:Double( x:Double )
DescriptionLargest integral value not greater than x.

Function IsInf( x:Double )
ReturnsTrue if x is infinite.
DescriptionCheck if a value is infinite (eg: 1.0/0.0)

Function IsNan( x:Double )
ReturnsTrue if x is 'not a number' (eg: Sqr(-1))
DescriptionCheck if a value is NAN.

Function Log:Double( x:Double )
DescriptionNatural logarithm.

Function Log10:Double( x:Double )
DescriptionBase 10 logarithm.

Function Sin:Double( x:Double )
DescriptionSine of x degrees.

Function Sinh:Double( x:Double )
DescriptionHyperbolic sine of x.

Function Sqr:Double( x:Double )
DescriptionSquare root of x.

Function Tan:Double( x:Double )
DescriptionTangent of x degrees.

Function Tanh:Double( x:Double )
DescriptionHyperbolic tangent of x.

Module Information

Version1.05
AuthorMark Sibly
LicenseBlitz Shared Source Code
CopyrightBlitz Research Ltd
ModserverBRL
History1.05 Release
HistoryAdded IsNan and IsInf