acos

Description

Find the arccos of x. This is the inverse trig function of cos(x).

y = cos(x)
x = arccos(y)

Definition

float acos(float x)

Library

LIB/math_lib.bas

Usage

On entry:
x is the value to be converted
On exit:
Return valid result or NaN