generated from ProcyOS/rust-template
Additional mathematical functions, added as needed.
src | ||
.envrc | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.nix | ||
Cargo.toml | ||
CHANGELOG.md | ||
CODE-OF-CONDUCT.md | ||
CONTRIBUTING.md | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
renovate.json | ||
SECURITY.md |
extra_math
Maths support code for various floating point types
Features
Each floating point type is feature gated. Some other functionality is enabled in some cases.
u256
: Enable a 256 bit unsigned integer type. This is NOT a constant time implementation.
Running the tests
cargo test
nix flake check
Built With
- Contributor Covenant - Used for the Code of Conduct
- Math.net for some of the code
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.
Authors
- Charlotte 🦝 Delenk DarkKirb
See also the list of contributors who participated in this project.
License
Licensed under either of
- Apache License, Version 2.0 LICENSE-APACHE
- MIT license LICENSE-MIT
at your option.