Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the inverse hyperbolic tangent of the specified value.
An argument of -1 returns negative infinity and an argument of 1 returns infinity. Returns nan for nan argument.
[in] | x | Argument. |
std::domain_error | If argument is not in [-1, 1]. |