nn::math::AsinIdx Function

Syntax

u16 AsinIdx(
     f32 x
);

Arguments

Name Description
in x Value whose inverse sine (arcsine) you wish to find.

Return Values

Returns the inverse sine of x in angle units for which one complete revolution is defined as equal to 65536 units.

Description

Finds the inverse sine (arcsine).

Revision History

2010/01/07
Initial version.

CONFIDENTIAL