mirror of
https://github.com/ivabus/feval
synced 2024-12-05 05:05:07 +03:00
Add License to README.md
This commit is contained in:
parent
8d7f449e03
commit
b3875ab010
1 changed files with 4 additions and 0 deletions
|
@ -97,3 +97,7 @@ Supported unary operators:
|
||||||
|
|
||||||
| `math::pi` | 3.141592653589793 (`std::f64::consts::PI`) | Pi |
|
| `math::pi` | 3.141592653589793 (`std::f64::consts::PI`) | Pi |
|
||||||
| `math::e` | 2.718281828459045 (`std::f64::consts::E`) | Euler's number |
|
| `math::e` | 2.718281828459045 (`std::f64::consts::E`) | Euler's number |
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This crate is primarily distributed under the terms of the MIT license.
|
Loading…
Reference in a new issue