const_poly 0.0.1

Evaluate any multivariable equation or polynomial at compile time with high accuracy and zero runtime overhead.
Documentation
1
2
3
4
5
6
7
8
9
10
# Contributions


const_poly follows [Gitflow workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow).
A few simple rules:

1. Do not work on `main` branch directly.
2. Use `features/<features_to_improve>` branch. For example, if you want to improve `trignometric_functions` then create `features/trignometric_functions` on latest `main` branch & create pull request to `main` branch.
3. Test before push. Use `cargo test --features <required_features>`

Thank you for all the contributions!