From: Ulrich Mueller <ulm@kph.uni-mainz.de>
To: emacs-devel@gnu.org
Subject: Small addendum for calc units table (patch included)
Date: Wed, 19 Nov 2008 09:25:33 +0100 [thread overview]
Message-ID: <18723.52605.453244.644112@a1ihome1.kph.uni-mainz.de> (raw)
For some reason calc's units table misses an entry for the
permittivity of vacuum, while permeability of vacuum is included.
<http://en.wikipedia.org/wiki/Permittivity_of_vacuum>
2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
* calc/calc-units.el (math-standard-units): Add eps0,
permittivity of vacuum.
--- emacs-orig/lisp/calc/calc-units.el 2008-10-08 10:25:42.000000000 +0200
+++ emacs/lisp/calc/calc-units.el 2008-11-19 08:56:02.000000000 +0100
@@ -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
next reply other threads:[~2008-11-19 8:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-19 8:25 Ulrich Mueller [this message]
2008-11-19 14:18 ` Small addendum for calc units table (patch included) Jay Belanger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18723.52605.453244.644112@a1ihome1.kph.uni-mainz.de \
--to=ulm@kph.uni-mainz.de \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).