nn::math::AcosFIdx Function

Syntax

f32 AcosFIdx(
     f32 x
);

Arguments

Name Description
in x Value whose inverse cosine (arccosine) you wish to find.

Return Values

Returns the inverse cosine in angle units for which one complete revolution is defined as equal to 256.0 units.

Description

Finds the value of the inverse cosine (arccosine).

Revision History

2010/01/07
Initial version.

CONFIDENTIAL