🧮 Trying to implement some basic math functions in Rust.
Find a file
2026-03-01 06:54:09 +01:00
.github/workflows ci: fix pipeline dir 2026-02-26 00:01:35 +01:00
src feat: add fibo 2026-03-01 06:54:09 +01:00
.gitignore feat: add the most laziest and weakest implementation of lcm and gcd 2026-02-25 23:52:31 +01:00
Cargo.lock feat: add the most laziest and weakest implementation of lcm and gcd 2026-02-25 23:52:31 +01:00
Cargo.toml feat: add the most laziest and weakest implementation of lcm and gcd 2026-02-25 23:52:31 +01:00
LICENSE Initial commit 2026-02-25 23:50:32 +01:00
README.md docs: update README 2026-02-26 00:00:50 +01:00

🧮 rtfw-math-rs

build

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).