Added more constants

This commit is contained in:
2023-08-02 08:49:20 -07:00
parent 26733dff6c
commit ce8c7e9b16
2 changed files with 93 additions and 1 deletions

View File

@ -67,6 +67,13 @@ pub fn find_subs(
"chi" => {Some("χ")},
//"psi" => {Some("ψ")}, Conflict with pound / square inch
"omega" => {Some("ω")},
// Constants
"epsilon_zero" => {Some("ε₀")},
"eps_zero" => {Some("ε₀")},
"g_zero" => {Some("g₀")},
"mu_zero" => {Some("μ₀")},
"h_bar" => {Some("")},
_ => {None}
};