fixed README formatting

This commit is contained in:
Valerie Wolfe 2023-06-14 12:16:31 -04:00
parent e98f0b8cdc
commit f149e57f07

View file

@ -10,11 +10,11 @@ data science, and computer science.
## Constants
| Name | Tokens | 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` |
| -------------- | ---------- | ----- | ------------------- |
| Euler's Number | `e` | `f64` | `2.718281828459045` |
| Golden Ratio | `phi`, `ϕ` | `f64` | `1.618033988749895` |
| Pi | `pi`, `π` | `f64` | `3.141592653589793` |
| Root Two | `√2` | `f64` | `1.414213562373095` |
## Built-in functions