Trigonometric Functions
SIN( <expr> )
Calculate the sine of the given argument, which must be in radians.
SINH( <expr> )
Calculate the hyperbolic sine of its argument.
Support datatype: INT/DOUBLE
COS( <expr> )
Calculate the cosine of the given argument, which must be in radians.
COSH( <expr> )
Calculate the hyperbolic cosine of its argument.
ACOSH( <expr> )
Calculate the hyperbolic cosine of its argument.
TANH( <expr> )
Computes the hyperbolic tangent of the expr
COT( <expr> )
Calculate the cotangent of the given argument, which must be in radians.
DEGREES( <expr> )
Converts radians to degrees.
RADIANS( <expr> )
Converts degrees to radians.
PI( )
Returns the value of pi as float
Last updated