diff options
author | dos-reis <gdr@axiomatics.org> | 2008-09-23 19:04:05 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-09-23 19:04:05 +0000 |
commit | 0f3130aad8de041f2ddda3acd8a9ef5b931027ec (patch) | |
tree | 201a98872c4d5e45c87b16a32bd1cb3c45c94f1c /src/algebra/fortmac.spad.pamphlet | |
parent | 581024db9368e3ab437a59887ea074b704f23b7c (diff) | |
download | open-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.pamphlet | 2 |
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 |