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