Update Constants
parent
7de475a433
commit
1a0255c744
1 changed files with 5 additions and 0 deletions
|
@ -6,3 +6,8 @@
|
|||
| Golden Ratio | `phi`, `ϕ` | `f64` | `1.618033988749895` |
|
||||
| Pi | `pi`, `π` | `f64` | `3.141592653589793` |
|
||||
| Root Two | `√2` | `f64` | `1.414213562373095` |
|
||||
|
||||
## Scientific Constants
|
||||
| Name | Token(s) | Type | Value |
|
||||
| -------------- | ---------- | ----- | ------------------- |
|
||||
| Speed of Light | `c` | `f64` | `299792458` |
|
||||
|
|
Loading…
Reference in a new issue