Special functions for Rust by binding to the Cephes library.
I'm getting this failure when running the tests on Windows: ``` ---- single::riemann_zeta stdout ---- thread 'single::riemann_zeta' panicked at 'assertion failed: `(left == right)` left: `NaN`, right: `-0.5`', tests\test.rs:425:9 ``` Curiously, the `f64` implementation does to have this problem. This is possibly a bug in the the single precision implementation of Cephes.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by vks and has received 0 comments.