aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Num.isfinite.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Num.isfinite.3')
-rw-r--r--man/man3/tomo-Num.isfinite.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Num.isfinite.3 b/man/man3/tomo-Num.isfinite.3
index 99fdd913..fac2f19d 100644
--- a/man/man3/tomo-Num.isfinite.3
+++ b/man/man3/tomo-Num.isfinite.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Num.isfinite 3 2025-09-21 "Tomo man-pages"
+.TH Num.isfinite 3 2025-11-29 "Tomo man-pages"
.SH NAME
Num.isfinite \- check for finite number
.SH LIBRARY
@@ -32,3 +32,5 @@ n Num The number to be checked. -
assert (1.0).isfinite() == yes
assert Num.INF.isfinite() == no
.EE
+.SH SEE ALSO
+.BR Tomo-Num (3)