diff options
Diffstat (limited to 'man/man3/tomo-Int.factorial.3')
| -rw-r--r-- | man/man3/tomo-Int.factorial.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/man3/tomo-Int.factorial.3 b/man/man3/tomo-Int.factorial.3 index eba61613..34efbfa2 100644 --- a/man/man3/tomo-Int.factorial.3 +++ b/man/man3/tomo-Int.factorial.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Int.factorial 3 2025-04-30 "Tomo man-pages" +.TH Int.factorial 3 2025-09-21 "Tomo man-pages" .SH NAME Int.factorial \- factorial .SH LIBRARY @@ -29,6 +29,5 @@ The factorial of the given integer. .SH EXAMPLES .EX ->> (10).factorial() -= 3628800 +assert (10).factorial() == 3628800 .EE |
