Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the floating-point remainder of numerator/denominator (rounded towards zero).
T1 | type of the numerator (must be arithmetic) |
T2 | type of the denominator (must be arithmetic) |
a | the numerator |
b | the denominator |