1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aq,v 1.2 2011/12/14 02:57:37 sbd Exp $
The patches patch-al upto patch-aq add the physical constants k, q, e0,
mu0, and c.
--- CHANGES.orig 2011-05-10 16:59:30.000000000 +0000
+++ CHANGES
@@ -30,6 +30,13 @@ v1.1.1
v1.1.2
Add db10 and db20 commands.
+v1.1.2nb1
+ Add k,q,e0,mu0, and c commands for Boltzmann's constant
+ (Joules/Kelvin), electron charge (coulomb), free space
+ permitivitty (Farads/meter), free space permeability
+ (Henries/meter), and the speed of light in a vacuum
+ (meters/second).
+
v1.1.3
Added deg, rad, pol and rect commands.
|