blob: db8e0a0a3f61ee4d6778c3a6c40ffa12b49bd42e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ap,v 1.1 2005/10/07 12:31:25 rillig Exp $
The patches patch-al upto patch-aq add the physical constants k, q, e0,
mu0, and c.
--- funcs.h.orig Thu Apr 4 05:46:11 2002
+++ funcs.h Fri Oct 7 14:24:25 2005
@@ -41,6 +41,11 @@ void DupStack();
void PopStack();
void PushStack();
+void BoltzmannStack();
+void ChargeStack();
+void E0Stack();
+void Mu0Stack();
+void LightSpeedStack();
void PiStack();
void NegStack();
|