From 6ea4a25b1e6455d796f8e2d269d3ca04fed23a6e Mon Sep 17 00:00:00 2001 From: Valerie W Date: Sat, 17 Jun 2023 16:33:29 -0400 Subject: [PATCH] Add 'Constants' --- Constants.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Constants.md diff --git a/Constants.md b/Constants.md new file mode 100644 index 0000000..763f474 --- /dev/null +++ b/Constants.md @@ -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` |