diff options
Diffstat (limited to 'man/man3/tomo-Num.round.3')
| -rw-r--r-- | man/man3/tomo-Num.round.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/man3/tomo-Num.round.3 b/man/man3/tomo-Num.round.3 index 5cd46d6a..18075d34 100644 --- a/man/man3/tomo-Num.round.3 +++ b/man/man3/tomo-Num.round.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Num.round 3 2025-04-30 "Tomo man-pages" +.TH Num.round 3 2025-09-21 "Tomo man-pages" .SH NAME Num.round \- round to nearest integer .SH LIBRARY @@ -29,8 +29,6 @@ The nearest integer value of `x`. .SH EXAMPLES .EX ->> (2.3).round() -= 2 ->> (2.7).round() -= 3 +assert (2.3).round() == 2 +assert (2.7).round() == 3 .EE |
