facos ( x -- double )
C standard library math functions

Prev:fsin ( x -- double )
Next:fasin ( x -- double )


Vocabulary
math.libm

Inputs
xa real


Outputs
doublea real


Word description
Calls the inverse trigonometric cosine function from the C standard library. User code should call acos instead.

Definition