Crate complex_bessel_rs

Source
Expand description

A library to compute Bessel functions

§Introduction

Rust library that acts as a wrapper for the Fortran subroutines developed by D.E. Amos. The library provides functionality to compute the Bessel, Hankel and Airy functions of complex argument and real order. Negative orders are implemented via the standard formulae.

§Dependencies

To compile this library is necessary to install gfortran-13

§Credits

Modules§

bessel_i
bessel_j
bessel_k
bessel_y