Computes the arcsine of a floating-point number.
float XMScalarASin(
float Value
)
Value
Type: floatĀ
float value between -1.0f and 1.0f.
Type: floatĀ
Returns the inverse sine of Value.
This function uses a 7-degree minimax approximation.
Header: Declared in directxmath.h.