https://github.com/jorenham/xsf-rust
Rust wrappers for SciPy's special functions
https://github.com/jorenham/xsf-rust
math rust scipy special-functions
Last synced: 5 months ago
JSON representation
Rust wrappers for SciPy's special functions
- Host: GitHub
- URL: https://github.com/jorenham/xsf-rust
- Owner: jorenham
- License: bsd-3-clause
- Created: 2025-08-05T21:36:18.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2026-01-10T17:51:46.000Z (5 months ago)
- Last Synced: 2026-01-11T05:22:37.623Z (5 months ago)
- Topics: math, rust, scipy, special-functions
- Language: Rust
- Homepage: https://docs.rs/xsf/latest/xsf/
- Size: 937 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xsf-rust
[](https://github.com/jorenham/xsf-rust/blob/master/LICENSE)
[](https://crates.io/crates/xsf)
[](https://docs.rs/xsf/)
- docs: [docs.rs/xsf](https://docs.rs/xsf/)
- crate: [crates.io/crates/xsf](https://crates.io/crates/xsf)
- xsf (C++): [scipy/xsf](https://github.com/scipy/xsf/)
This crate provides equivalent Rust implementations of `scipy.special` functions, and bindings to
the bundled [xsf](https://github.com/scipy/xsf/) C++ library that powers `scipy.special`.
Most of the `scipy.special` functions are available. See and the
[`scipy.special` docs](https://docs.scipy.org/doc/scipy/reference/special.html) for additional
information.