math: add jn and yn
authornsz <nsz@port70.net>
Sat, 13 Oct 2012 17:35:16 +0000 (19:35 +0200)
committernsz <nsz@port70.net>
Sat, 13 Oct 2012 17:35:16 +0000 (19:35 +0200)
commit21dd45c44f745d3b85afab304362d01b3b45a5e4
tree1c158ebf4ced9a09452507ec293783f4c4ab4397
parent588927eced2aa02855723750217fe3fc26404da9
math: add jn and yn
12 files changed:
src/math/gen/functions.h
src/math/gen/gentests.sh
src/math/gen/mp.c
src/math/gen/mplibm.c
src/math/jn.c [new file with mode: 0644]
src/math/jnf.c [new file with mode: 0644]
src/math/sanity/jn.h [new file with mode: 0644]
src/math/sanity/jnf.h [new file with mode: 0644]
src/math/sanity/yn.h [new file with mode: 0644]
src/math/sanity/ynf.h [new file with mode: 0644]
src/math/yn.c [new file with mode: 0644]
src/math/ynf.c [new file with mode: 0644]