Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use `divrem` for computing `steps` in `BMI.update_until` function. The remainder `rem` is used to throw an error message. - take the for loop in function `BMI.update_until` out of the conditional block. Co-authored-by: Carlos Fernando Baptista <[email protected]>
- Loading branch information