Calculates the modified Bessel function of the second kind of order 0 using the approximation of Abromowitz and Stegun.
More...
|
pure real(dp) function | k0dp (x) |
| Calculates the modified Bessel function of the second kind of order 1 using the approximation of Abromowitz and Stegun, for a double precision argument. More...
|
|
pure real(sp) function | k0sp (x) |
| Calculates the modified Bessel function of the second kind of order 0 using the approximation of Abromowitz and Stegun, for a single precision argument. More...
|
|
Calculates the modified Bessel function of the second kind of order 0 using the approximation of Abromowitz and Stegun.
Definition at line 137 of file maths.f90.
pure real(dp) function maths::k0::k0dp |
( |
real(dp), intent(in) |
x | ) |
|
|
private |
Calculates the modified Bessel function of the second kind of order 1 using the approximation of Abromowitz and Stegun, for a double precision argument.
- Parameters
-
[in] | x | The value to evaluate the function at |
Definition at line 1630 of file maths.f90.
pure real(sp) function maths::k0::k0sp |
( |
real(sp), intent(in) |
x | ) |
|
|
private |
Calculates the modified Bessel function of the second kind of order 0 using the approximation of Abromowitz and Stegun, for a single precision argument.
- Parameters
-
[in] | x | The value to evaluate the function at |
Definition at line 1677 of file maths.f90.