complex-bessel-rs

Crates.iocomplex-bessel-rs
lib.rscomplex-bessel-rs
version1.2.1
sourcesrc
created_at2023-07-12 08:15:39.350639
updated_at2024-09-10 07:57:06.782637
descriptionLibrary to compute Bessel functions
homepagehttps://github.com/ChristianBelloni/complex-bessel-rs
repositoryhttps://github.com/ChristianBelloni/complex-bessel-rs
max_upload_size
id914362
size318,063
Christian Belloni (ChristianBelloni)

documentation

README

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

Commit count: 46

cargo fmt