_mm_catanh_ps

Calculates complex inverse hyperbolic tangent value. Vector variant of catanh(x) function for a 128-bit vector with two _Complex float values.

Syntax

extern __m128 __cdecl _mm_catanh_ps(__m128 v1);

Arguments

v1

128-bit vector with _Complex float values

Description

Calculates complex inverse hyperbolic tangent of vector v1 values.

Returns

128-bit vector with the result of the operation.