Automatic Differentiation
 
Loading...
Searching...
No Matches
atanh.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

var stan::math::atanh (const var &x)
 The inverse hyperbolic tangent function for variables (C99).
 
template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::atanh (const VarMat &x)
 The inverse hyperbolic tangent function for variables (C99).
 
std::complex< varstan::math::atanh (const std::complex< var > &z)
 Return the hyperbolic arc tangent of the complex argument.