Skip to content

Commit 8e218cf

Browse files
author
Jan-Olof Hendig
committed
Added tanh, atanh, cotanh and acosech to the coercion table and removed capitalize from the same
1 parent e0a47b9 commit 8e218cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/Type/Cool.pod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,25 @@ what type they coerce to:
4141
cos Numeric
4242
acos Numeric
4343
tan Numeric
44+
tanh Numeric
4445
atan Numeric
4546
atan2 Numeric
47+
atanh Numeric
4648
sec Numeric
4749
asec Numeric
4850
cosec Numeric
4951
acosec Numeric
5052
cotan Numeric
53+
cotanh Numeric
5154
acotan Numeric
5255
sinh Numeric
5356
asinh Numeric
5457
cosh Numeric
5558
acosh Numeric
5659
sech Numeric
5760
asech Numeric
58-
asech Numeric
5961
cosech Numeric
62+
acosech Numeric
6063
acotanh Numeric
6164
cis Numeric
6265
log Numeric
@@ -83,7 +86,6 @@ what type they coerce to:
8386
unimatch Str
8487
uc Str
8588
lc Str
86-
capitalize Str
8789
fc Str
8890
flip Str
8991
trans Str

0 commit comments

Comments
 (0)