Closed Paulofalcao2002 closed 4 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.14%. Comparing base (
5239e71
) to head (7a4f1f6
). 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 Floor algorithm, which performs the floor operation on a number. Reference
Motivation
Similar to #490, I wanted to include this algorithm since it is present in other languages repositories, such as python.