![]() |
(git:b77b4be)
|
Calculates Bessel functions. More...
Functions/Subroutines | |
elemental real(kind=dp) function, public | bessk0 (x) |
... | |
elemental real(kind=dp) function, public | bessk1 (x) |
... | |
elemental impure real(kind=dp) function, public | bessel0 (x, l) |
... | |
Calculates Bessel functions.
elemental real(kind=dp) function, public bessel_lib::bessk0 | ( | real(kind=dp), intent(in) | x | ) |
...
x | must be positive |
Definition at line 35 of file bessel_lib.F.
elemental real(kind=dp) function, public bessel_lib::bessk1 | ( | real(kind=dp), intent(in) | x | ) |
...
x | must be positive |
Definition at line 64 of file bessel_lib.F.
elemental impure real(kind=dp) function, public bessel_lib::bessel0 | ( | real(kind=dp), intent(in) | x, |
integer, intent(in) | l | ||
) |
...
x | ... |
l | ... |
Definition at line 160 of file bessel_lib.F.