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