1 #ifndef STAN__AGRAD__FWD__FUNCTIONS__FMOD_HPP
2 #define STAN__AGRAD__FWD__FUNCTIONS__FMOD_HPP
bool isnan(const stan::agrad::var &v)
Checks if the given number is NaN.
const double NOT_A_NUMBER
(Quiet) not-a-number value.
fvar< T > floor(const fvar< T > &x)
var fmod(const double a, const var &b)
Return the floating point remainder after dividing the first scalar by the second variable (cmath)...
T value_of(const fvar< T > &v)
Return the value of the specified variable.
double value_of(const T x)
Return the value of the specified scalar argument converted to a double value.
fvar< T > fmod(const fvar< T > &x1, const fvar< T > &x2)