Clicky

Fortran Wiki
erfc (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

erfc(x) computes the complementary error function of x.

Standard

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

Class

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

Syntax

result = erfc(x)

Arguments

  • x - The type shall be real.

Return value

The return value is of type real and of the same kind as x. It lies in the range 0 \\leq erfc (x) \\leq 2 .

Example

program test_erfc
 real(8) :: x = 0.17_8
 x = erfc(x)
end program test_erfc

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

Revision from April 30, 2009 22:46:03 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

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