This function is a compatibility alias for XMVectorExp2 for existing code. This function is deprecated and instead you should use XMVectorExp2 or XMVectorExpE.
Computes two raised to the power for each component.
XMVECTOR XMVectorExp(
XMVECTOR V
)
V
Type: XMVECTOR
Vector used for the exponents of base two.
Type: XMVECTOR
Returns a vector whose components are two raised to the power of the corresponding component of V.
Header: Declared in directxmath.h.