Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-7902E2F9-AB56-4467-AB07-4C06D0ADE135
Visible to Intel only — GUID: GUID-7902E2F9-AB56-4467-AB07-4C06D0ADE135
BESSEL_Y0
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. |
Results
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.
Example
BESSEL_Y0 (1.0) has the approximate value 0.088.