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