extend cmath (some of the functions are dummy)
authornsz <nsz@port70.net>
Sun, 11 Mar 2012 14:24:11 +0000 (15:24 +0100)
committernsz <nsz@port70.net>
Sun, 11 Mar 2012 14:24:11 +0000 (15:24 +0100)
commit5718e964d8a5c273a91b4d86d16926f54151c58f
tree1b0acb9a314b19dbeeda4198ca25ff7948f500c3
parent1305df184d9d04274ce170864c92af8cbeae23e2
extend cmath (some of the functions are dummy)
47 files changed:
src/cmath/cabsl.c
src/cmath/cacos.c
src/cmath/cacosf.c [new file with mode: 0644]
src/cmath/cacosh.c
src/cmath/cacoshf.c [new file with mode: 0644]
src/cmath/cacoshl.c [new file with mode: 0644]
src/cmath/cacosl.c [new file with mode: 0644]
src/cmath/cargl.c
src/cmath/casin.c
src/cmath/casinf.c [new file with mode: 0644]
src/cmath/casinh.c
src/cmath/casinhf.c [new file with mode: 0644]
src/cmath/casinhl.c [new file with mode: 0644]
src/cmath/casinl.c [new file with mode: 0644]
src/cmath/catanf.c [new file with mode: 0644]
src/cmath/catanh.c
src/cmath/catanhf.c [new file with mode: 0644]
src/cmath/catanhl.c [new file with mode: 0644]
src/cmath/catanl.c [new file with mode: 0644]
src/cmath/ccos.c
src/cmath/ccosf.c [new file with mode: 0644]
src/cmath/ccoshf.c [new file with mode: 0644]
src/cmath/ccosl.c [new file with mode: 0644]
src/cmath/cexpf.c [new file with mode: 0644]
src/cmath/cimagf.c [new file with mode: 0644]
src/cmath/cimagl.c [new file with mode: 0644]
src/cmath/clog.c
src/cmath/clogf.c [new file with mode: 0644]
src/cmath/clogl.c [new file with mode: 0644]
src/cmath/conj.c
src/cmath/conjf.c [new file with mode: 0644]
src/cmath/conjl.c [new file with mode: 0644]
src/cmath/cpow.c
src/cmath/cpowf.c [new file with mode: 0644]
src/cmath/cpowl.c [new file with mode: 0644]
src/cmath/cproj.c
src/cmath/cprojf.c [new file with mode: 0644]
src/cmath/cprojl.c [new file with mode: 0644]
src/cmath/csin.c
src/cmath/csinf.c [new file with mode: 0644]
src/cmath/csinhf.c [new file with mode: 0644]
src/cmath/csinl.c [new file with mode: 0644]
src/cmath/csqrtf.c [new file with mode: 0644]
src/cmath/ctan.c
src/cmath/ctanf.c [new file with mode: 0644]
src/cmath/ctanhf.c [new file with mode: 0644]
src/cmath/ctanl.c [new file with mode: 0644]