aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Float64.abs.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Float64.abs.3')
-rw-r--r--man/man3/tomo-Float64.abs.312
1 files changed, 7 insertions, 5 deletions
diff --git a/man/man3/tomo-Float64.abs.3 b/man/man3/tomo-Float64.abs.3
index 754fa488..b27e3610 100644
--- a/man/man3/tomo-Float64.abs.3
+++ b/man/man3/tomo-Float64.abs.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Float64.abs 3 2025-11-09 "Tomo man-pages"
+.TH Float64.abs 3 2025-12-11 "Tomo man-pages"
.SH NAME
Float64.abs \- absolute value
.SH LIBRARY
@@ -19,10 +19,10 @@ Calculates the absolute value of a number.
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-n Float64 The number whose absolute value is to be computed. -
+lb lb lbx
+l l l.
+Name Type Description
+n Float64 The number whose absolute value is to be computed.
.TE
.SH RETURN
The absolute value of `n`.
@@ -31,3 +31,5 @@ The absolute value of `n`.
.EX
assert (-3.5).abs() == 3.5
.EE
+.SH SEE ALSO
+.BR Tomo-Float64 (3)