mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
fixing test after jn/yn signature change
This commit is contained in:
parent
071aa725fd
commit
d93f7265e2
1 changed files with 2 additions and 2 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue