Next: BESY1, Previous: BESJN, Up: Intrinsic Procedures
BESY0
— Bessel function of the second kind of order 0BESY0(X)
computes the Bessel function of the second kind of order 0
of X.
RESULT = BESY0(X)
X | The type shall be REAL(*) , and it shall be scalar.
|
REAL(*)
.
program test_besy0 real(8) :: x = 0.0_8 x = besy0(x) end program test_besy0
Name | Argument | Return type | Standard
|
DBESY0(X) | REAL(8) X | REAL(8) | GNU extension
|