diff options
Diffstat (limited to 'man/man3/tomo-Int.sqrt.3')
| -rw-r--r-- | man/man3/tomo-Int.sqrt.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man3/tomo-Int.sqrt.3 b/man/man3/tomo-Int.sqrt.3 index 6a3e7eaf..fa7013a5 100644 --- a/man/man3/tomo-Int.sqrt.3 +++ b/man/man3/tomo-Int.sqrt.3 @@ -1,8 +1,8 @@ '\" t -.\" Copyright (c) 2025 Bruce Hill +.\" Copyright (c) 2026 Bruce Hill .\" All rights reserved. .\" -.TH Int.sqrt 3 2025-11-29 "Tomo man-pages" +.TH Int.sqrt 3 2026-01-19 "Tomo man-pages" .SH NAME Int.sqrt \- square root .SH LIBRARY @@ -29,8 +29,8 @@ The integer part of the square root of `x`. .SH EXAMPLES .EX -assert (16).sqrt() == 4 -assert (17).sqrt() == 4 +assert 16.sqrt() == 4 +assert 17.sqrt() == 4 .EE .SH SEE ALSO .BR Tomo-Int (3) |
