#bessel #compute #function #complex #fortran #hankel #airy

complex-bessel-rs

Library to compute Bessel functions

6 releases (1 stable)

1.0.0 Apr 8, 2024
0.0.5 Sep 22, 2023
0.0.4 Jul 12, 2023

#6 in #fortran

Download history 42/week @ 2024-01-27 1/week @ 2024-02-03 1/week @ 2024-02-10 5/week @ 2024-02-17 23/week @ 2024-02-24 5/week @ 2024-03-02 14/week @ 2024-03-09 3/week @ 2024-03-16 13/week @ 2024-03-30 108/week @ 2024-04-06 8/week @ 2024-04-13

129 downloads per month
Used in sciport-rs

MIT license

305KB
6K SLoC

FORTRAN Legacy 5.5K SLoC // 0.3% comments Rust 360 SLoC FORTRAN Modern 134 SLoC // 0.1% comments Pan 4 SLoC

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


lib.rs:

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

Dependencies

~465KB