1 #ifndef STAN__AGRAD__FWD__FUNCTIONS__ERFC_HPP
2 #define STAN__AGRAD__FWD__FUNCTIONS__ERFC_HPP
T square(const T x)
Return the square of the specified argument.
fvar< T > erfc(const fvar< T > &x)
fvar< T > square(const fvar< T > &x)
const double TWO_OVER_SQRT_PI
fvar< T > sqrt(const fvar< T > &x)
fvar< T > exp(const fvar< T > &x)
var erfc(const stan::agrad::var &a)
The complementary error function for variables (C99).