![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/scal/fun/is_nan.hpp>
#include <cmath>
#include <limits>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
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... | |