XMScalarSin

Computes the sine of a radian angle.

Syntax

float XMScalarSin(
         float Value
)  

Parameters

Value
Type: floatĀ 

float value describing the radian angle.

Return value

Type: floatĀ 

Returns the sine of Value.

Remarks

This function uses a 11-degree minimax approximation.

Requirements

Header: Declared in directxmath.h.