Add 'Constants'

Valerie Wolfe 2023-06-17 16:33:29 -04:00
parent d45100ae0c
commit 6ea4a25b1e

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` |