Procedure call syntax:
#include <simdmath.h> |
vector double atanhd2(vector double x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <atanhd2.h> |
vector double _atanhd2(vector double x); |
Parameters | |
x | input vector |
The atanhd2 function returns the inverse hyperbolic tangents of the elements of x.
The function atanhd2 returns a float vector in which each element is defined as atanh(x).
SPU and PPU
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis
ISO9899 (C99) atanh functions.