complex-bessel-rs 0.0.1

Library to compute Bessel functions
docs.rs failed to build complex-bessel-rs-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: complex-bessel-rs-1.3.0

Maintenance crates-io api-docs

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