Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.61 KB

ovw-xnamath-reference-functions-scalar.md

File metadata and controls

45 lines (31 loc) · 2.61 KB
description ms.assetid title ms.topic ms.date
Lists the scalar functions provided by DirectXMath.
833273ac-4bbc-029e-df3b-cb860d364cba
DirectXMath Library scalar functions
reference
05/31/2018

DirectXMath Library scalar functions

Lists the scalar functions provided by DirectXMath.

In this section

Topic Description
XMScalarACos
Computes the arccosine of a floating-point number.
XMScalarACosEst
Estimates the arccosine of a floating-point number.
XMScalarASin
Computes the arcsine of a floating-point number.
XMScalarASinEst
Estimates the arcsine of a floating-point number.
XMScalarCos
Computes the cosine of a radian angle.
XMScalarCosEst
Estimates the cosine of a radian angle.
XMScalarModAngle
Computes an angle between -XM_PI and XM_PI.
XMScalarNearEqual
Determines if two floating-point values are nearly equal.
XMScalarSin
Computes the sine of a radian angle.
XMScalarSinCos
Computes both the sine and cosine of a radian angle.
XMScalarSinCosEst
Estimates both the sine and cosine of a radian angle.
XMScalarSinEst
Estimates the sine of a radian angle.

 

Related topics

DirectXMath Library Functions