Automatic Differentiation
 
Loading...
Searching...
No Matches
tanh.hpp File Reference
#include <stan/math/prim/fun/tanh.hpp>
#include <stan/math/prim/fun/cosh.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::tanh (const var &a)
 Return the hyperbolic tangent of the specified variable (cmath).
 
template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::tanh (const VarMat &a)
 Return the hyperbolic tangent of elements of a.
 
std::complex< varstan::math::tanh (const std::complex< var > &z)
 Return the hyperbolic tangent of the complex argument.