Additional mathematical functions, added as needed.
Find a file
Charlotte 🦝 Delenk 22b3db918b
All checks were successful
Hydra x86_64-linux.packages.extra-math Hydra build #3096 of procyos:extra_math:x86_64-linux.packages.extra-math
Hydra x86_64-linux.checks.extra-math Hydra build #3097 of procyos:extra_math:x86_64-linux.checks.extra-math
Merge pull request 'Lock file maintenance' (#3) from renovate/lock-file-maintenance into main
Reviewed-on: #3
2024-09-09 06:00:36 +00:00
src add incomplete gamma function 2024-09-06 20:37:10 +02:00
.envrc Initial commit 2024-09-06 11:49:30 +00:00
.gitignore Initial commit 2024-09-06 11:49:30 +00:00
Cargo.lock add incomplete gamma function 2024-09-06 20:37:10 +02:00
Cargo.nix add incomplete gamma function 2024-09-06 20:37:10 +02:00
Cargo.toml add incomplete gamma function 2024-09-06 20:37:10 +02:00
CHANGELOG.md add incomplete gamma function 2024-09-06 20:37:10 +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 Lock file maintenance 2024-09-09 00:02:18 +00:00
flake.nix add incomplete gamma function 2024-09-06 20:37:10 +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 add incomplete gamma function 2024-09-06 20:37:10 +02:00
renovate.json Initial commit 2024-09-06 11:49:30 +00:00
SECURITY.md Initial commit 2024-09-06 11:49:30 +00:00

extra_math

Mathematical functions that are used in procyoss code that arent 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

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

  • Billie Thompson - Provided README Template - PurpleBooth

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

License

Licensed under either of

at your option.