ACS

Arc cosine

@ACS(expression)

Description

Returns the arc cosine of expression as a floating-point value in the range zero to pi. The result of expression must be between -1 and 1.

Example

ACOS = @ACS(-1.0) ; ACOS = 3.141593