mirror of
https://github.com/RTFW-rs/rtfw-math-rs.git
synced 2026-07-20 20:04:57 +00:00
🧮 Trying to implement some basic math functions in Rust.
- Rust 100%
| .github/workflows | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
🧮 rtfw-math-rs
This is a weak implementation of some Math functions because I needed them for the Base 64 encoding implementation.
It will get fixed later with performance tests and a solid lcm and gcd implem (hopefully).