Transcendental Vector Functions
Lists the transcendental vector functions.
In this section
| Topic | Description |
|---|---|
|
Computes the arccosine of each component of an XMVECTOR. | |
|
Estimates the arccosine of each component of an XMVECTOR. | |
|
Computes the arcsine of each component of an XMVECTOR. | |
|
Estimates the arcsine of each component of an XMVECTOR. | |
|
Computes the arctangent of each component of an XMVECTOR. | |
|
Computes the arctangent of Y/X. | |
|
Estimates the arctangent of Y/X. | |
|
Estimates the arctangent of each component of an XMVECTOR. | |
|
Computes the cosine of each component of an XMVECTOR. | |
|
Estimates the cosine of each component of an XMVECTOR. | |
|
Computes the hyperbolic cosine of each component of an XMVECTOR. | |
|
Computes two raised to the power for each component. | |
|
Computes two raised to the power for each component. | |
|
Computes e (~2.71828) raised to the power for each component. | |
|
Computes the base two logarithm of each component of a vector. | |
|
Computes the base two logarithm of each component of a vector. | |
|
Computes the base e logarithm of each component of a vector. | |
|
Computes the sine of each component of an XMVECTOR. | |
|
Computes the sine and cosine of each component of an XMVECTOR. | |
|
Estimates the sine and cosine of each component of an XMVECTOR. | |
|
Estimates the sine of each component of an XMVECTOR. | |
|
Computes the hyperbolic sine of each component of an XMVECTOR. | |
|
Computes the tangent of each component of an XMVECTOR. | |
|
Estimates the tangent of each component of an XMVECTOR. | |
|
Computes the hyperbolic tangent of each component of an XMVECTOR. |
Remarks
XMVectorExp is a compatibility alias for XMVectorExp2 for existing Windows 8 code. XMVectorExp is deprecated for Windows 8.1. Don't use it and instead use XMVectorExp2 or XMVectorExpE.
XMVectorLog is a compatibility alias for XMVectorLog2 for existing Windows 8 code. XMVectorLog is deprecated for Windows 8.1. Don't use it and instead use XMVectorLog2 or XMVectorLogE.
Related topics