mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(math-standard-units): Add eps0, permittivity of vacuum.
This commit is contained in:
parent
35f0d8ce8f
commit
4929aa69ce
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
|
||||
|
||||
* calc/calc-units.el (math-standard-units): Add eps0,
|
||||
permittivity of vacuum.
|
||||
|
||||
2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* files.el (project-settings-file): Remove.
|
||||
|
|
|
|||
|
|
@ -259,6 +259,7 @@
|
|||
"6.62606896 10^-34 J s (*)")
|
||||
( hbar "h / (2 pi)" "Planck's constant" ) ;; Exact
|
||||
( mu0 "4 pi 10^(-7) H/m" "Permeability of vacuum") ;; Exact
|
||||
( eps0 "1 / (mu0 c^2)" "Permittivity of vacuum" )
|
||||
( G "6.67428*10^(-11) m^3/(kg s^2)" "Gravitational constant" nil
|
||||
"6.67428 10^-11 m^3/(kg s^2) (*)")
|
||||
( Nav "6.02214179*10^(23) / mol" "Avagadro's constant" nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue