# math-fun Special functions for scientific and engineering problems ## Usage Add the following to your `Cargo.toml`: ```toml [dependencies] math-fun = "0.0.2" ``` ## Features Currently, only spherical Bessel functions of the first and second kinds for orders 0, 1, and 2 are implemented. More functions will follow. ## License Licensed under either of * [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) * [MIT License](https://opensource.org/licenses/MIT/) at your option.