aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Float64.rint.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Float64.rint.3')
-rw-r--r--man/man3/tomo-Float64.rint.312
1 files changed, 7 insertions, 5 deletions
diff --git a/man/man3/tomo-Float64.rint.3 b/man/man3/tomo-Float64.rint.3
index 8226d646..dace55c7 100644
--- a/man/man3/tomo-Float64.rint.3
+++ b/man/man3/tomo-Float64.rint.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Float64.rint 3 2025-11-09 "Tomo man-pages"
+.TH Float64.rint 3 2025-12-11 "Tomo man-pages"
.SH NAME
Float64.rint \- round to nearest integer
.SH LIBRARY
@@ -19,10 +19,10 @@ Rounds a number to the nearest integer, with ties rounded to the nearest even in
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-x Float64 The number to be rounded. -
+lb lb lbx
+l l l.
+Name Type Description
+x Float64 The number to be rounded.
.TE
.SH RETURN
The nearest integer value of `x`.
@@ -32,3 +32,5 @@ The nearest integer value of `x`.
assert (3.5).rint() == 4
assert (2.5).rint() == 2
.EE
+.SH SEE ALSO
+.BR Tomo-Float64 (3)