#pi #no-std #integral #numerical-integration #prime-factors

no-std quickmaths

A collection of algorithims for generic mathematics

4 releases

0.1.3 Jul 19, 2022
0.1.2 Jul 19, 2022
0.1.1 Jul 19, 2022
0.1.0 Apr 25, 2022

31 downloads per month

MIT license

23KB
646 lines

Quickmaths

A collection of algorithims for generic mathematics in Rust.

crate documentation

Features

This crate can be used without the standard library (#![no_std]) by disabling the default std feature. Use this in Cargo.toml:

[dependencies.quickmaths]
version = "0.1"
default-features = false

lib.rs:

A collection of algorithims for generic mathematics in Rust.

Dependencies

~790KB
~15K SLoC