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