asinhd2

NAME

asinhd2 - return inverse hyperbolic sines of double elements

SYNOPSIS

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

DESCRIPTION

The asinhd2 function returns the inverse hyperbolic sines of the elements of x.

RETURN VALUE

The function asinhd2 returns a double vector in which each element is defined as asinh(x).

ENVIRONMENT

SPU only

CONFORMING TO

SIMD Math library specification for the Cell Broadband Engineā„¢ Architecture.

NOTES

Basis

ISO9899 (C99) asinh functions.

SEE ALSO

asinh(3), asinhf4(3), sinh(3), sinhf4(3), sinhd2(3), cosh(3), coshf4(3), coshd2(3), tanh(3), tanhf4(3), tanhd2(3), acosh(3), acoshf4(3), acoshd2(3), atanh(3), atanhf4(3), atanhd2(3)