Difference between revisions of "Algorithms"
Jump to navigation
Jump to search
m (Add link to GNU arbitrary precision math library) |
m (Link to possible Rust crate for integer math functions) |
||
| Line 6: | Line 6: | ||
* https://gmplib.org/ | * https://gmplib.org/ | ||
| + | |||
| + | Possible Rust crate for integer math functions, does not presently require use of Rust `std` crate: | ||
| + | |||
| + | * https://docs.rs/num-integer/0.1.46/num_integer/fn.div_rem.html | ||
Latest revision as of 21:04, 8 February 2026
Integer division:
Link to Algorithmica dot org article on integer division:
Possible Rust crate for integer math functions, does not presently require use of Rust `std` crate: