mirror of
https://github.com/ivabus/feval
synced 2024-12-04 20:55:06 +03:00
README.md: Update constants section
This commit is contained in:
parent
b3875ab010
commit
064c518980
1 changed files with 2 additions and 1 deletions
|
@ -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 |
|
||||
|
||||
|
|
Loading…
Reference in a new issue