Closed Paulofalcao2002 closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.12%. Comparing base (
f9f450c
) to head (3252636
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary of the Change:
This pull request introduces the
Ceil
algorithm, which performs the ceiling operation on a number. ReferenceMotivation
I wanted to include this algorithm since it is present in other languages repositories, such as python.