round_up

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

Method to return a rounded up number

Args:

num: (float), a number to round up

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

Returns:

(float), the rounded-up number