Computes the sine of a radian angle.
float XMScalarSin(
float Value
)
Value
Type: floatĀ
float value describing the radian angle.
Type: floatĀ
Returns the sine of Value.
This function uses a 11-degree minimax approximation.
Header: Declared in directxmath.h.