aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Int.sqrt.3
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 23:23:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 23:23:59 -0400
commit5824a2ef19879c59866667aced6b3f90e5925648 (patch)
treea18ddeadb0c164c7a544b571c3968f86afb759ba /man/man3/tomo-Int.sqrt.3
parentbf067544e98f4085c26161953e301aaa00a904df (diff)
Update docs with proper assertions
Diffstat (limited to 'man/man3/tomo-Int.sqrt.3')
-rw-r--r--man/man3/tomo-Int.sqrt.38
1 files changed, 3 insertions, 5 deletions
diff --git a/man/man3/tomo-Int.sqrt.3 b/man/man3/tomo-Int.sqrt.3
index 99cd53e5..a2a66a09 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-04-30 "Tomo man-pages"
+.TH Int.sqrt 3 2025-09-21 "Tomo man-pages"
.SH NAME
Int.sqrt \- square root
.SH LIBRARY
@@ -29,8 +29,6 @@ The integer part of the square root of `x`.
.SH EXAMPLES
.EX
->> (16).sqrt()
-= 4
->> (17).sqrt()
-= 4
+assert (16).sqrt() == 4
+assert (17).sqrt() == 4
.EE