Add License to README.md

This commit is contained in:
Ivan Bushchik 2023-01-25 22:08:47 +03:00
parent 8d7f449e03
commit b3875ab010
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -97,3 +97,7 @@ Supported unary operators:
| `math::pi` | 3.141592653589793 (`std::f64::consts::PI`) | Pi |
| `math::e` | 2.718281828459045 (`std::f64::consts::E`) | Euler's number |
## License
This crate is primarily distributed under the terms of the MIT license.