インテル® Fortran コンパイラー 19.0 デベロッパー・ガイドおよびリファレンス
Elemental Intrinsic Function (Generic): Computes a Bessel function of the second kind, order 0.
result = BESSEL_Y0 (x)
x |
(Input) Must be of type real with a value greater than zero. |
The result type and kind are the same as x.
The result has a value equal to a processor-dependent approximation to the Bessel function of the second kind and order zero of x.
BESSEL_Y0 (1.0) has the approximate value 0.088.