nn::math::NN_fAsin Function

Syntax

NN_MATH_INLINE f32 NN_fAsin(
     f32 x
);

Parameters

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

Return Values

Returns the inverse sine of x in radians.

Description

Finds the inverse sine (also known as the arcsine). In contrast with AsinRad, no warning message is displayed.

Revision History

2012/06/26
Initial version.

CONFIDENTIAL