Function hermes::fmodulo

Function Documentation

double hermes::fmodulo(double v1, double v2)

Returns the remainder of the division v1/v2. The result is non-negative. v1 can be positive or negative; v2 must be positive.