Additional mathematical functions, added as needed.
Find a file
2024-10-03 14:34:52 +02:00
src replace division algorithm 2024-10-03 14:34:52 +02:00
.envrc Initial commit 2024-09-06 11:49:30 +00:00
.gitignore replace division algorithm 2024-10-03 14:34:52 +02:00
build.rs Begin rewrite 2024-09-19 13:43:06 +02:00
Cargo.lock Begin rewrite 2024-09-19 13:43:06 +02:00
Cargo.nix Begin rewrite 2024-09-19 13:43:06 +02:00
Cargo.toml Begin rewrite 2024-09-19 13:43:06 +02:00
CHANGELOG.md 0.1.1: prepare release 2024-09-09 12:17:09 +02:00
CODE-OF-CONDUCT.md Initial commit 2024-09-06 11:49:30 +00:00
CONTRIBUTING.md add incomplete gamma function 2024-09-06 20:37:10 +02:00
default.nix Initial commit 2024-09-06 11:49:30 +00:00
flake.lock Begin rewrite 2024-09-19 13:43:06 +02:00
flake.nix Begin rewrite 2024-09-19 13:43:06 +02:00
LICENSE-APACHE Initial commit 2024-09-06 11:49:30 +00:00
LICENSE-MIT Initial commit 2024-09-06 11:49:30 +00:00
README.md Begin rewrite 2024-09-19 13:43:06 +02:00
renovate.json fix renovate config 2024-09-09 14:59:18 +02:00
SECURITY.md Initial commit 2024-09-06 11:49:30 +00:00

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

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

See also the list of contributors who participated in this project.

License

Licensed under either of

at your option.