![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/scal/fun/is_any_nan.hpp>
#include <cmath>
#include <limits>
Go to the source code of this file.
Classes | |
class | stan::math::internal::fmod_vv_vari |
class | stan::math::internal::fmod_vd_vari |
class | stan::math::internal::fmod_dv_vari |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
var | stan::math::fmod (const var &a, const var &b) |
Return the floating point remainder after dividing the first variable by the second (cmath). More... | |
var | stan::math::fmod (const var &a, double b) |
Return the floating point remainder after dividing the the first variable by the second scalar (cmath). More... | |
var | stan::math::fmod (double a, const var &b) |
Return the floating point remainder after dividing the first scalar by the second variable (cmath). More... | |