Return inverse hyperbolic tangent of specified value.
- Template Parameters
-
T | scalar type of forward-mode autodiff variable argument. |
- Parameters
-
- Returns
- Inverse hyperbolic tangent of argument.
- Exceptions
-
std::domain_error | if x < -1 or x > 1. |
Definition at line 24 of file atanh.hpp.