Add 'Constants'
parent
d45100ae0c
commit
6ea4a25b1e
1 changed files with 8 additions and 0 deletions
8
Constants.md
Normal file
8
Constants.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
## Mathematical Constants
|
||||
|
||||
| Name | Token(s) | Type | Value |
|
||||
| -------------- | ---------- | ----- | ------------------- |
|
||||
| Euler's Number | `e` | `f64` | `2.718281828459045` |
|
||||
| Golden Ratio | `phi`, `ϕ` | `f64` | `1.618033988749895` |
|
||||
| Pi | `pi`, `π` | `f64` | `3.141592653589793` |
|
||||
| Root Two | `√2` | `f64` | `1.414213562373095` |
|
Loading…
Reference in a new issue