1 #ifndef STAN_MATH_REV_SCAL_FUN_BOOST_ISFINITE_HPP 2 #define STAN_MATH_REV_SCAL_FUN_BOOST_ISFINITE_HPP 4 #include <boost/math/special_functions/fpclassify.hpp>
bool isfinite(const stan::math::var &v)
Checks if the given number has finite value.
Reimplementing boost functionality.
Independent (input) and dependent (output) variables for gradients.
double val() const
Return the value of this variable.