README.md: Update constants section

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

View file

@ -94,7 +94,8 @@ Supported unary operators:
| `shr` | 2 | Int | Computes the given integer bitwise shifted right by the other given integer |
## Constants
| Identifier | Value | Description |
|------------|-------|-------------|
| `math::pi` | 3.141592653589793 (`std::f64::consts::PI`) | Pi |
| `math::e` | 2.718281828459045 (`std::f64::consts::E`) | Euler's number |