[][src]Function directx_math::scalar::XMScalarASin

pub fn XMScalarASin(Value: f32) -> f32

Computes the arcsine of a floating-point number.

Parameters

Value float value between -1.0 and 1.0.

Return value

Returns the inverse sine of Value.

Remarks

This function uses a 7-degree minimax approximation

Reference

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMScalarASin