round_down

mastml.plots.round_down(num, divisor)[source]

Method to return a rounded down number

Args:

num: (float), a number to round down

divisor: (int), divisor to denote how to round down

Returns:

(float), the rounded-down number