1 #ifndef STAN__AGRAD__REV__BOOST_FPCLASSIFY_HPP
2 #define STAN__AGRAD__REV__BOOST_FPCLASSIFY_HPP
4 #include <boost/math/special_functions/fpclassify.hpp>
bool isnan(const stan::agrad::var &v)
Checks if the given number is NaN.
bool isfinite(const stan::agrad::var &v)
Checks if the given number has finite value.
double val() const
Return the value of this variable.
int fpclassify(const stan::agrad::var &v)
Categorizes the given stan::agrad::var value.
bool isinf(const stan::agrad::var &v)
Checks if the given number is infinite.
Independent (input) and dependent (output) variables for gradients.
bool isnormal(const stan::agrad::var &v)
Checks if the given number is normal.