We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c5fee commit 64cb0f3Copy full SHA for 64cb0f3
1 file changed
pixie/math.pxi
@@ -17,6 +17,10 @@
17
(i/defcfn cosh)
18
(i/defcfn tanh)
19
20
+ (i/defcfn asinh)
21
+ (i/defcfn acosh)
22
+ (i/defcfn atanh)
23
+
24
(i/defcfn exp)
25
(i/defcfn ldexp)
26
(i/defcfn log)
0 commit comments