MastodonC / kixi.stats

A library of statistical distribution sampling and transducing functions
https://cljdoc.xyz/d/kixi/stats
Eclipse Public License 1.0
355 stars 17 forks source link

inf= bug #27

Closed green-coder closed 2 years ago

green-coder commented 5 years ago

kixi.stats.test-helpers/inf= will return true when called on kixi.stats.math/negative-infinity and kixi.stats.math/infinity, it should return false instead.

https://github.com/MastodonC/kixi.stats/blob/15772f411397546964c0a1216d0e5a7d68a3d9f6/test/kixi/stats/test_helpers.cljc#L44-L48