XMVectorTanH

Computes the hyperbolic tangent of each component of an XMVECTOR.

Syntax

XMVECTOR XMVectorTanH(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

Vector for which to compute the hyperbolic tangent.

Return value

Type: XMVECTOR 

Returns a vector. Each component is the hyperbolic tangent of the corresponding component of V.

Requirements

Header: Declared in directxmath.h.