diff options
Diffstat (limited to 'man/man3/tomo-Num.acosh.3')
| -rw-r--r-- | man/man3/tomo-Num.acosh.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/man3/tomo-Num.acosh.3 b/man/man3/tomo-Num.acosh.3 index c971dc0d..0899fff8 100644 --- a/man/man3/tomo-Num.acosh.3 +++ b/man/man3/tomo-Num.acosh.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Num.acosh 3 2025-04-30 "Tomo man-pages" +.TH Num.acosh 3 2025-09-21 "Tomo man-pages" .SH NAME Num.acosh \- arc hyperbolic cosine .SH LIBRARY @@ -29,6 +29,5 @@ The inverse hyperbolic cosine of `x`. .SH EXAMPLES .EX ->> (1.0).acosh() -= 0 +assert (1.0).acosh() == 0 .EE |
