Crates.io | complex-bessel-rs |
lib.rs | complex-bessel-rs |
version | 1.2.1 |
source | src |
created_at | 2023-07-12 08:15:39.350639 |
updated_at | 2024-09-10 07:57:06.782637 |
description | Library to compute Bessel functions |
homepage | https://github.com/ChristianBelloni/complex-bessel-rs |
repository | https://github.com/ChristianBelloni/complex-bessel-rs |
max_upload_size | |
id | 914362 |
size | 318,063 |
A library to compute Bessel functions
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.
To compile this library is necessary to install gfortran-13