Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

BESSEL_J0

Elemental Intrinsic Function (Generic): Computes a Bessel function of the first kind, order 0.

result = BESSEL_J0 (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 zero of x.

Example

BESSEL_J0 (1.0) has the approximate value 0.765.