ACOS
Computes the arccosine (inverse cosine) of a value in radians.
Syntax
ACOS(numeric_expression NUMERIC) → FLOAT
numeric_expression: The number in radians. This must be
DOUBLE
,INTEGER
, orFLOAT
.
Examples
ACOS example
ACOS example
ACOS example
Last updated