|
|
◆ Besy0_sub()
| Sub Besy0_sub |
( |
Ret As |
Double, |
|
|
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Bessel function of the second kind of order zero Y0(x) (Subroutine version)
- Purpose
- Computes the Bessel function of the second kind of order zero Y0(x).
- Parameters
-
| [out] | Ret | Bessel function of the second kind of order zero Y0(x). |
| [in] | X | Argument x. (X > 0) |
| [out] | Info | (Optional)
= 0: Successful exit.
= -1: The argument X had an illegal value. (X <= 0)
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|