PV-WAVE Foundation > Reference Guide > Functional Summary of Routines > Transcendental Mathematical Functions
Transcendental Mathematical Functions
ACOS (x)
Returns the arccosine of x.
ACOSH (x)
Returns the inverse hyperbolic cosine of x.
ALOG (x)
Returns the natural logarithm of x.
ALOG10 (x)
Returns the logarithm to the base 10 of x.
ASIN (x)
Returns the arcsine of x.
ASINH (x)
Returns the inverse hyperbolic sine of x.
ATAN (x [, y] )
Calculates the arctangent of the input variable (s).
ATANH (x [, y] )
Returns the inverse hyperbolic tangent of x.
COS (x)
Calculates the cosine of the input variable.
COSH (x)
Calculates the hyperbolic cosine of the input variable.
EXP (x)
Raises e to the power of the value of the input variable.
SIN (x)
Returns the sine of the input variable.
SINH (x)
Returns the hyperbolic sine of the input variable.
SQRT (x)
Calculates the square root of the input variable.
TAN (x)
Returns the tangent of the input variable.
TANH (x)
Returns the hyperbolic tangent of the input variable.