roundup

hhpy.main.roundup(x: Any, digits: int) → Any[source]

convenience wrapper for np.ceil with digits option

Parameters:
  • x – any python object that supports np.ceil
  • digits – amount of digits
Returns:

rounded x