rounddown

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

convenience wrapper for np.floor with digits option

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

rounded x