XMVectorASin

Computes the arcsine of each component of an XMVECTOR.

Syntax

XMVECTOR XMVectorASin(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

Vector for which to compute the arcsine. Each component should be between -1.0f and 1.0f.

Return value

Type: XMVECTOR 

Returns a vector whose components are the arcsine of the corresponding components of V.

Remarks

This function uses a 7-degree minimax approximation.

Requirements

Header: Declared in directxmath.h.