Follow convention for greek letter constants.
* list/calc/calc-units.el (math-standard-units): Add "sigma" and alias σ to it.
This commit is contained in:
parent
106b5bb68d
commit
78ab6f120d
1 changed files with 3 additions and 1 deletions
|
@ -279,7 +279,9 @@
|
|||
"10973731.568527 /m (*)")
|
||||
( k "1.3806504*10^(-23) J/K" "Boltzmann's constant" nil
|
||||
"1.3806504 10^-23 J/K (*)")
|
||||
( σ "5.670367*10^(-8) W/(m^2 K^4)" "Stefan-Boltzmann constant" nil
|
||||
( sigma "5.670367*10^(-8) W/(m^2 K^4)" "Stefan-Boltzmann constant" nil
|
||||
"5.670367 10^-8 W/(m^2 K^4) (*)")
|
||||
( σ "sigma" "Stefan-Boltzmann constant" nil
|
||||
"5.670367 10^-8 W/(m^2 K^4) (*)")
|
||||
( alpha "7.2973525376*10^(-3)" "Fine structure constant" nil
|
||||
"7.2973525376 10^-3 (*)")
|
||||
|
|
Loading…
Add table
Reference in a new issue