1#ifndef STAN_MATH_FWD_FUN_INV_ERFC_HPP
2#define STAN_MATH_FWD_FUN_INV_ERFC_HPP
18 return fvar<T>(precomp_inv_erfc,
static constexpr double LOG_TWO
The natural logarithm of 2, .
static constexpr double LOG_SQRT_PI
The natural logarithm of the square root of , .
fvar< T > inv_erfc(const fvar< T > &x)
fvar< T > square(const fvar< T > &x)
fvar< T > exp(const fvar< T > &x)
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Scalar val() const
Return the value of this variable.
Scalar d_
The tangent (derivative) of this variable.
This template class represents scalars used in forward-mode automatic differentiation,...