Automatic Differentiation
 
Loading...
Searching...
No Matches
sinh.hpp File Reference
#include <stan/math/prim/core.hpp>
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/isinf.hpp>
#include <stan/math/prim/fun/sinh.hpp>
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/fun/exp.hpp>
#include <cmath>
#include <complex>

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::sinh (const var &a)
 Return the hyperbolic sine of the specified variable (cmath).
 
template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::sinh (const VarMat &a)
 Return the hyperbolic of a radian-scaled variable (cmath).
 
std::complex< varstan::math::sinh (const std::complex< var > &z)
 Return the hyperbolic sine of the complex argument.