From 1a0255c7443892b4b2b9d225f682387e872a3a31 Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Wed, 28 Feb 2024 21:04:36 -0500 Subject: [PATCH] Update Constants --- Constants.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Constants.md b/Constants.md index 763f474..64a9f3c 100644 --- a/Constants.md +++ b/Constants.md @@ -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` |