Clicky

Fortran Wiki
bessel_j1 (Rev #2, changes)

Skip the Navigation Links | Home Page | All Pages | Recently Revised | Authors | Feeds | Export |

Showing changes from revision #1 to #2: (追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)

Description

bessel_j1(x) computes the(削除) Bessel (削除ここまで)(削除) function (削除ここまで)(削除) of (削除ここまで)(削除) the (削除ここまで)(削除) first (削除ここまで)(削除) kind (削除ここまで)(削除) of (削除ここまで)(削除) order (削除ここまで)(削除) 1 (削除ここまで)(削除) of (削除ここまで)(追記) Bessel function (追記ここまで)(追記) of the first kind of order 1 of (追記ここまで)x.

Standard

(削除) Fortran 2008 (削除ここまで)(追記) Fortran 2008 (追記ここまで)(追記) and later (追記ここまで)

Class

(削除) Elemental function (削除ここまで)(追記) Elemental function (追記ここまで)

Syntax

result = bessel_j1(x)

Arguments

  • x - The type shall be real, and it shall be scalar.

Return value

The return value is of type real and it lies in the range - 0.5818... \\leq Bessel (0,x) \\leq 0.5818 . It has the same kind as x.

Example

program test_besj1
 real(8) :: x = 1.0_8
 x = bessel_j1(x)
end program test_besj1

category: (削除) Intrinsics (削除ここまで)(追記) intrinsics (追記ここまで)

Revision from April 30, 2009 20:35:57 by Jason Blevins
Forward in time (2 more) | Back in time (1 more) | See current | Hide changes | History | Rollback | View: Source | Linked from: Intrinsic procedures, Fortran 2008, bessel_j0, bessel_jn, bessel_y0, bessel_y1, bessel_yn, Bessel function

AltStyle によって変換されたページ (->オリジナル) /