Mojo
Mojo copied to clipboard
Adding ceil algorithm
This PR introduces the ceil algorithm, a simple algorithm to round up a float to a integer. It also uses the mojo docs syntax, this way, the tests can be run with mojo test
.
@SatinWukerORIG Let me know if you like the doc test pattern or if would be better to create dedicated test files.