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.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