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