Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
acosh.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::acosh (const var &x)
 The inverse hyperbolic cosine function for variables (C99).
 
template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::acosh (const VarMat &x)
 The inverse hyperbolic cosine function for variables (C99).
 
std::complex< varstan::math::acosh (const std::complex< var > &z)
 Return the hyperbolic arc cosine of the complex argument.