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