aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/float.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/float.spad.pamphlet')
-rw-r--r--src/algebra/float.spad.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/float.spad.pamphlet b/src/algebra/float.spad.pamphlet
index 52eba7cc..2f666a93 100644
--- a/src/algebra/float.spad.pamphlet
+++ b/src/algebra/float.spad.pamphlet
@@ -122,9 +122,9 @@ Float():
Join(FloatingPointSystem, DifferentialRing, ConvertibleTo String, OpenMath,_
CoercibleTo DoubleFloat, TranscendentalFunctionCategory, _
ConvertibleTo InputForm,ConvertibleFrom SF) with
- _/ : (%, I) -> %
+ / : (%, I) -> %
++ x / i computes the division from x by an integer i.
- _*_*: (%, %) -> %
+ **: (%, %) -> %
++ x ** y computes \spad{exp(y log x)} where \spad{x >= 0}.
normalize: % -> %
++ normalize(x) normalizes x at current precision.