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)
bool isnan(const stan::math::var &v)
Checks if the given number is NaN.
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)