musl/src/complex
Szabolcs Nagy 2d72b58070 math: move complex math out of libm.h
This makes it easier to build musl math code with a compiler that
does not support complex types (tcc) and in general more sensible
factorization of the internal headers.
2019-04-17 13:03:52 -04:00
..
__cexp.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
__cexpf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cabs.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cabsf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cabsl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cacos.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cacosf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cacosh.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cacoshf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cacoshl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cacosl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
carg.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cargf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cargl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
casin.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
casinf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
casinh.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
casinhf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
casinhl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
casinl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
catan.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
catanf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
catanh.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
catanhf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
catanhl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
catanl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ccos.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ccosf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ccosh.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ccoshf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ccoshl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ccosl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cexp.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cexpf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cexpl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cimag.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cimagf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cimagl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
clog.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
clogf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
clogl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
conj.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
conjf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
conjl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cpow.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cpowf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cpowl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cproj.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cprojf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
cprojl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
creal.c add creal/cimag macros in complex.h (and use them in the functions defs) 2012-03-22 15:54:55 -04:00
crealf.c add creal/cimag macros in complex.h (and use them in the functions defs) 2012-03-22 15:54:55 -04:00
creall.c add creal/cimag macros in complex.h (and use them in the functions defs) 2012-03-22 15:54:55 -04:00
csin.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
csinf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
csinh.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
csinhf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
csinhl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
csinl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
csqrt.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
csqrtf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
csqrtl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ctan.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ctanf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ctanh.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ctanhf.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ctanhl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00
ctanl.c math: move complex math out of libm.h 2019-04-17 13:03:52 -04:00