aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Num.fdim.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Num.fdim.3')
-rw-r--r--man/man3/tomo-Num.fdim.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man/man3/tomo-Num.fdim.3 b/man/man3/tomo-Num.fdim.3
index 32ece8ba..2498fc7b 100644
--- a/man/man3/tomo-Num.fdim.3
+++ b/man/man3/tomo-Num.fdim.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Num.fdim 3 2025-04-30 "Tomo man-pages"
+.TH Num.fdim 3 2025-09-21 "Tomo man-pages"
.SH NAME
Num.fdim \- positive difference
.SH LIBRARY
@@ -32,6 +32,5 @@ The positive difference $\max(0, x - y)$.
.EX
fd
->> (5.0).fdim(3)
-= 2
+assert (5.0).fdim(3) == 2
.EE