Computes the hyperbolic tangent of each component of an XMVECTOR.
XMVECTOR XMVectorTanH(
XMVECTOR V
)
V
Type: XMVECTOR
Vector for which to compute the hyperbolic tangent.
Type: XMVECTOR
Returns a vector. Each component is the hyperbolic tangent of the corresponding component of V.
Header: Declared in directxmath.h.