initial cmath code and minor libm.h update
authornsz <nsz@port70.net>
Sun, 11 Mar 2012 01:08:06 +0000 (02:08 +0100)
committernsz <nsz@port70.net>
Sun, 11 Mar 2012 01:08:06 +0000 (02:08 +0100)
commit1eb8d023d8b5c286908af676cb405a2ba598d286
treedfb5d6b0f2784a7f0891978f7bbd560001e6f391
parentb4018200e9a60ffbf055ea91a476609c50527552
initial cmath code and minor libm.h update
30 files changed:
src/cmath/cabs.c [new file with mode: 0644]
src/cmath/cabsf.c [new file with mode: 0644]
src/cmath/cabsl.c [new file with mode: 0644]
src/cmath/cacos.c [new file with mode: 0644]
src/cmath/cacosh.c [new file with mode: 0644]
src/cmath/carg.c [new file with mode: 0644]
src/cmath/cargf.c [new file with mode: 0644]
src/cmath/cargl.c [new file with mode: 0644]
src/cmath/casin.c [new file with mode: 0644]
src/cmath/casinh.c [new file with mode: 0644]
src/cmath/catan.c [new file with mode: 0644]
src/cmath/catanh.c [new file with mode: 0644]
src/cmath/ccos.c [new file with mode: 0644]
src/cmath/ccosh.c [new file with mode: 0644]
src/cmath/cexp.c [new file with mode: 0644]
src/cmath/cimag.c [new file with mode: 0644]
src/cmath/clog.c [new file with mode: 0644]
src/cmath/conj.c [new file with mode: 0644]
src/cmath/cpow.c [new file with mode: 0644]
src/cmath/cproj.c [new file with mode: 0644]
src/cmath/creal.c [new file with mode: 0644]
src/cmath/crealf.c [new file with mode: 0644]
src/cmath/creall.c [new file with mode: 0644]
src/cmath/csin.c [new file with mode: 0644]
src/cmath/csinh.c [new file with mode: 0644]
src/cmath/csqrt.c [new file with mode: 0644]
src/cmath/ctan.c [new file with mode: 0644]
src/cmath/ctanh.c [new file with mode: 0644]
src/internal/libm.h
src/math/__exp.c