generated from ProcyOS/rust-template
48 lines
1.2 KiB
Markdown
48 lines
1.2 KiB
Markdown
# 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
|
||
|
||
```sh
|
||
cargo test
|
||
nix flake check
|
||
```
|
||
|
||
## Built With
|
||
|
||
- [Contributor Covenant](https://www.contributor-covenant.org/) - Used
|
||
for the Code of Conduct
|
||
- [Math.net](https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/SpecialFunctions/Gamma.cs) for some of the code
|
||
|
||
## Contributing
|
||
|
||
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code
|
||
of conduct, and the process for submitting pull requests to us.
|
||
|
||
## Versioning
|
||
|
||
We use [Semantic Versioning](http://semver.org/) for versioning. For the versions
|
||
available, see the [tags on this
|
||
repository](https://github.com/PurpleBooth/a-good-readme-template/tags).
|
||
|
||
## Authors
|
||
|
||
- **Charlotte 🦝 Delenk** [DarkKirb](https://lotte.chir.rs)
|
||
|
||
See also the list of
|
||
[contributors](https://github.com/PurpleBooth/a-good-readme-template/contributors)
|
||
who participated in this project.
|
||
|
||
## License
|
||
|
||
Licensed under either of
|
||
|
||
* Apache License, Version 2.0
|
||
[LICENSE-APACHE](LICENSE-APACHE)
|
||
* MIT license
|
||
[LICENSE-MIT](LICENSE-MIT)
|
||
|
||
at your option.
|