aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Int.sqrt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Int.sqrt.3')
-rw-r--r--man/man3/tomo-Int.sqrt.312
1 files changed, 7 insertions, 5 deletions
diff --git a/man/man3/tomo-Int.sqrt.3 b/man/man3/tomo-Int.sqrt.3
index d1fd1023..6a3e7eaf 100644
--- a/man/man3/tomo-Int.sqrt.3
+++ b/man/man3/tomo-Int.sqrt.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Int.sqrt 3 2025-11-09 "Tomo man-pages"
+.TH Int.sqrt 3 2025-11-29 "Tomo man-pages"
.SH NAME
Int.sqrt \- square root
.SH LIBRARY
@@ -19,10 +19,10 @@ Calculates the nearest square root of an integer.
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-x Int The integer whose square root is to be calculated. -
+lb lb lbx
+l l l.
+Name Type Description
+x Int The integer whose square root is to be calculated.
.TE
.SH RETURN
The integer part of the square root of `x`.
@@ -32,3 +32,5 @@ The integer part of the square root of `x`.
assert (16).sqrt() == 4
assert (17).sqrt() == 4
.EE
+.SH SEE ALSO
+.BR Tomo-Int (3)