fixing test after jn/yn signature change

This commit is contained in:
Alex Shinn 2017-07-20 22:18:05 +09:00
parent 071aa725fd
commit d93f7265e2

View file

@ -90,8 +90,8 @@
(lambda (res sign)
(test 64. res)
(test 1 sign)))
(test 0.440050586 (flfirst-bessel 1. 1))
(test -0.781212821 (flsecond-bessel 1. 1))
(test 0.440050586 (flfirst-bessel 1 1.))
(test -0.781212821 (flsecond-bessel 1 1.))
(test 0.842700793 (flerf 1.))
(test 0.157299207 (flerfc 1.))
(test-end))))