Automatic Differentiation
 
Loading...
Searching...
No Matches
cosh.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::cosh (const var &a)
 Return the hyperbolic cosine of the specified variable (cmath).
 
template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::cosh (const VarMat &a)
 Return the hyperbolic cosine of the specified variable (cmath).
 
std::complex< varstan::math::cosh (const std::complex< var > &z)
 Return the hyperbolic cosine of the complex argument.