aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/fortmac.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-09-23 19:04:05 +0000
committerdos-reis <gdr@axiomatics.org>2008-09-23 19:04:05 +0000
commit0f3130aad8de041f2ddda3acd8a9ef5b931027ec (patch)
tree201a98872c4d5e45c87b16a32bd1cb3c45c94f1c /src/algebra/fortmac.spad.pamphlet
parent581024db9368e3ab437a59887ea074b704f23b7c (diff)
downloadopen-axiom-0f3130aad8de041f2ddda3acd8a9ef5b931027ec.tar.gz
* algebra/fortmac.spad.pamphlet (MachineFloat): Don't redeclare base.
Diffstat (limited to 'src/algebra/fortmac.spad.pamphlet')
-rw-r--r--src/algebra/fortmac.spad.pamphlet2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/algebra/fortmac.spad.pamphlet b/src/algebra/fortmac.spad.pamphlet
index 8c23f9ac..657d8da1 100644
--- a/src/algebra/fortmac.spad.pamphlet
+++ b/src/algebra/fortmac.spad.pamphlet
@@ -98,8 +98,6 @@ MachineFloat(): Exports == Implementation where
++ precision() returns the number of digits in the model
base : PI -> PI
++ base(b) sets the base of the model to b
- base : () -> PI
- ++ base() returns the base of the model
maximumExponent : I -> I
++ maximumExponent(e) sets the maximum exponent in the model to e
maximumExponent : () -> I