Next: BESYN, Previous: BESY0, Up: Intrinsic Procedures
BESY1 — Bessel function of the second kind of order 1BESY1(X) computes the Bessel function of the second kind of order 1
of X.
     X = BESY1(X)
     | X | The type shall be REAL(*), and it shall be scalar. | 
REAL(*).
               program test_besy1
            real(8) :: x = 1.0_8
            x = besy1(x)
          end program test_besy1
     
     | Name | Argument | Return type | Option | 
| DBESY1(X) | REAL(8) X | REAL(8) | gnu |