Clicky

Fortran Wiki
exp (Rev #1, changes)

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

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

Description

exp(x) computes the base ee exponential of x.

Standard

Fortran 77 and later

Class

Elemental function

Syntax

result = exp(x)

Arguments

  • x - The type shall be real or complex.

Return value

The return value has same type and kind as x.

Example

program test_exp
 real :: x = 1.0
 x = exp(x)
end program test_exp

category: Intrinsics

Revision from April 24, 2009 16:06:41 by Jason Blevins
Forward in time (to current) | See current | History | Rollback | View: Source | Linked from: Intrinsic procedures

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