larcenists / larceny

Larceny Scheme implementation
Other
202 stars 32 forks source link

(flsecond-bessel 1 0.0) returns +nan.0 on Windows #817

Open WillClinger opened 7 years ago

WillClinger commented 7 years ago

Under Windows, in v1.3, native Larceny's implementation of SRFI 144 returns +nan.0 for (flsecond-bessel n 0.0) when n is greater than or equal to 1. The correct result is -inf.0.