![]() |
Stan Math Library
2.8.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core.hpp>
#include <boost/math/special_functions/fpclassify.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, const double b) |
Return the floating point remainder after dividing the the first variable by the second scalar (cmath). More... | |
var | stan::math::fmod (const double a, const var &b) |
Return the floating point remainder after dividing the first scalar by the second variable (cmath). More... | |