Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added comments explaining the behaviour of the `round_ties_up` function. * Changed the first predicate to use `<=` instead of `<`. This doesn't change the function's behaviour (since `(0.).ceil() == 0.`) but it feels like it makes it a little easier to undertand.
- Loading branch information