1 #ifndef STAN_MATH_FWD_SCAL_FUN_FMOD_HPP
2 #define STAN_MATH_FWD_SCAL_FUN_FMOD_HPP
const double NOT_A_NUMBER
(Quiet) not-a-number value.
T value_of(const fvar< T > &v)
Return the value of the specified variable.
fvar< T > fmod(const fvar< T > &x1, const fvar< T > &x2)
var fmod(const double a, const var &b)
Return the floating point remainder after dividing the first scalar by the second variable (cmath)...
fvar< T > floor(const fvar< T > &x)
int is_nan(const fvar< T > &x)
Returns 1 if the input's value is NaN and 0 otherwise.