generated from ProcyOS/rust-template
Additional mathematical functions, added as needed.
src | ||
.envrc | ||
.gitignore | ||
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
Mathematical functions that are used in procyos’s code that aren’t found in either libm
or the standard library.
It is not intended to be accurate, just useful in a no-std environment.
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.