mcfonts.number¶
Module Contents¶
- nearest_ceiling(number: int, ceilings: collections.abc.Iterable[int]) int¶
Find the smallest number in ceilings that is greater than or equal to number.
Find the smallest number in ceilings that is greater than or equal to number.