![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/fun/is_nan.hpp>
#include <stan/math/prim/scal/err/check_bounded.hpp>
#include <cmath>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
double | stan::math::atanh (double x) |
Return the inverse hyperbolic tangent of the specified value. More... | |
double | stan::math::atanh (int x) |
Integer version of atanh. More... | |