diff options
Diffstat (limited to 'src/algebra')
-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 |