Clicky

Fortran Wiki
epsilon (changes)

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

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

Description

epsilon(x) returns a nearly negligible number relative to 1.

Standard

Fortran 95 and later

Class

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

Syntax

result = epsilon(x)

Arguments

  • x - The type shall be real.

Return value

The return value is of same type as the argument.

Example

program test_epsilon
 real :: x = 3.143
 real(8) :: y = 2.33
 print *, epsilon(x)
 print *, epsilon(y)
end program test_epsilon

category: intrinsics

Revised on May 3, 2009 22:46:43 by Jason Blevins (71.70.142.190) (524 characters / 0.0 pages)
Edit | Back in time (2 revisions) | Hide changes | History | Views: Print | TeX | Source | Linked from: Intrinsic procedures, Intrinsic types

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