fn bessel_j1_squared(k: usize) -> f64
Expand description

General Information

Obtains the values of the Bessel function of first order on a certain node given by k. Value is either is calculated or obtained from previous calculation according to the constants on the same module and the value of k

Parameters

  • k - a natural number for evaluation.