ArrayFire: acosh (original) (raw)
Evaluate the inverse hyperbolic cosine function (area hyperbolic cosine). More...
| Functions | |
|---|---|
| AFAPI array | acosh (const array &in) |
| C++ Interface to evaluate the inverse hyperbolic cosine function. More... | |
| AFAPI af_err | af_acosh (af_array *out, const af_array in) |
| C Interface to evaluate the inverse hyperbolic cosine function. More... | |
Evaluate the inverse hyperbolic cosine function (area hyperbolic cosine).
C++ Interface to evaluate the inverse hyperbolic cosine function.
Parameters
Returns
inverse hyperbolic cosine
◆ af_acosh()
C Interface to evaluate the inverse hyperbolic cosine function.
Parameters
| [out] | out | inverse hyperbolic cosine |
|---|---|---|
| [in] | in | input |
Returns
AF_SUCCESS, if function returns successfully, else an af_err code is given