aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/sf.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/sf.spad.pamphlet')
-rw-r--r--src/algebra/sf.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/sf.spad.pamphlet b/src/algebra/sf.spad.pamphlet
index b104b7f5..35c59b87 100644
--- a/src/algebra/sf.spad.pamphlet
+++ b/src/algebra/sf.spad.pamphlet
@@ -87,7 +87,7 @@ RealNumberSystem(): Category ==
++ abs x returns the absolute value of x.
add
- characteristic() == 0
+ characteristic == 0
fractionPart x == x - truncate x
truncate x == (negative? x => -floor(-x); floor x)
round x == (negative? x => truncate(x-1/2::%); truncate(x+1/2::%))