Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ atanh() [1/10]

template<typename T >
fvar< T > stan::math::atanh ( const fvar< T > &  x)
inline

Return inverse hyperbolic tangent of specified value.

Template Parameters
Tscalar type of forward-mode autodiff variable argument.
Parameters
xArgument.
Returns
Inverse hyperbolic tangent of argument.
Exceptions
std::domain_errorif x < -1 or x > 1.

Definition at line 24 of file atanh.hpp.