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

General Information

Obtains the values of the Bessel function of zeroth order on a certain node given by k. Value is either 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.