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-F97D9EDA-8973-42FE-B72D-27C27F37C2BC
Visible to Intel only — GUID: GUID-F97D9EDA-8973-42FE-B72D-27C27F37C2BC
BESSEL_J1
Elemental Intrinsic Function (Generic): Computes a Bessel function of the first kind, order 1.
result = BESSEL_J1 (x)
x |
(Input) Must be of type real. |
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 first kind and order 1 of x.
Example
BESSEL_J1 (1.0) has the approximate value 0.440.