ASP's Internally Defined Functions

 
 
LN (Natural Logarithm) ABS (Absolute Value) SIN (Sine) COS (Cosine)
TAN (Tangent) COTAN (Cotangent) SEC (Secant) COSEC (Cosecant)
ASIN (Arcsine) ACOS (Arccosine) ATAN (Arctangent) MIN (Minimum Function)
MAX (Maximum Function) INT (Integer Value) EXP (Exponential) LOG (Decimal Logarithm)
SQRT (Square Root) SINH (Hyperbolic Sine) COSH (Hyperbolic Cosine) TANH (Hyperbolic Tangent)
ASINH (Hyperbolic Arcsine) ACOSH (Hyperbolic Arccosine) ATANH (Hyperbolic Arctangent)

 
Operators:    !     (Factorial)

 

Back to text