We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a47b9 commit 8e218cfCopy full SHA for 8e218cf
doc/Type/Cool.pod
@@ -41,22 +41,25 @@ what type they coerce to:
41
cos Numeric
42
acos Numeric
43
tan Numeric
44
+ tanh Numeric
45
atan Numeric
46
atan2 Numeric
47
+ atanh Numeric
48
sec Numeric
49
asec Numeric
50
cosec Numeric
51
acosec Numeric
52
cotan Numeric
53
+ cotanh Numeric
54
acotan Numeric
55
sinh Numeric
56
asinh Numeric
57
cosh Numeric
58
acosh Numeric
59
sech Numeric
60
asech Numeric
- asech Numeric
61
cosech Numeric
62
+ acosech Numeric
63
acotanh Numeric
64
cis Numeric
65
log Numeric
@@ -83,7 +86,6 @@ what type they coerce to:
83
86
unimatch Str
84
87
uc Str
85
88
lc Str
- capitalize Str
89
fc Str
90
flip Str
91
trans Str
0 commit comments