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 da782e7 commit 9b7fb28Copy full SHA for 9b7fb28
1 file changed
src/Make.files
@@ -59,4 +59,11 @@ $(CUR_SRCS) += s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
59
s_cimag.c s_cimagf.c s_cimagl.c \
60
s_conj.c s_conjf.c s_conjl.c \
61
s_cproj.c s_cprojf.c s_creal.c s_crealf.c s_creall.c \
62
- s_csinh.c s_csinhf.c s_ctanh.c s_ctanhf.c
+ s_csinh.c s_csinhf.c s_ctanh.c s_ctanhf.c \
63
+ s_cacos.c s_cacosf.c \
64
+ s_cacosh.c s_cacoshf.c s_cacoshl.c s_cacosl.c \
65
+ s_casin.c s_casinf.c s_casinh.c s_casinhf.c s_casinhl.c \
66
+ s_casinl.c s_catan.c s_catanf.c s_catanh.c s_catanhf.c s_catanhl.c \
67
+ s_catanl.c s_ccoshl.c s_ccosl.c s_cexpl.c \
68
+ s_clog.c s_clogf.c s_clogl.c \
69
+ s_csinhl.c s_csinl.c s_ctanhl.c s_ctanl.c
0 commit comments