We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516f1cc commit 3b0791cCopy full SHA for 3b0791c
1 file changed
include/mathfunc_libfunc.h
@@ -18,6 +18,8 @@
18
# define REAL_SIN sin
19
# define REAL_ACOS acos
20
# define REAL_ASIN asin
21
+# define REAL_SINH sinh
22
+# define REAL_COSH cosh
23
# define REAL_ERF erf
24
# define REAL_ERFC(x) (1 - erf(x))
25
# define REAL_MIN fmin
@@ -40,6 +42,8 @@
40
42
# define REAL_SIN sinf
41
43
# define REAL_ACOS acosf
44
# define REAL_ASIN asinf
45
+# define REAL_SINH sinhf
46
+# define REAL_COSH coshf
47
# define REAL_ERF erff
48
# define REAL_ERFC erfcf_hastings
49
# define REAL_MIN fminf
0 commit comments