An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# xsf-rust

[![GitHub License](https://img.shields.io/github/license/jorenham/xsf-rust?style=flat-square&color=333)](https://github.com/jorenham/xsf-rust/blob/master/LICENSE)
[![Crates.io Version](https://img.shields.io/crates/v/xsf?style=flat-square&color=333333)](https://crates.io/crates/xsf)
[![docs.rs](https://img.shields.io/docsrs/xsf?style=flat-square&color=333333)](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.