Clicky

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

sinh(x) computes the hyperbolic sine of x.

Standard

Fortran 95 and(削除) later (削除ここまで)(追記) later, (追記ここまで)(追記) for (追記ここまで)(追記) a (追記ここまで)(追記) complex (追記ここまで)(追記) argument (追記ここまで)(追記) Fortran 2008 (追記ここまで)(追記) or later (追記ここまで)

Class

Elemental function

Syntax

(削除)

result = sinh(x)

(削除ここまで)
(追記)
result = sinh(x)
(追記ここまで)

Arguments

  • x - The type shall be real(追記) or (追記ここまで)(追記) complex (追記ここまで).

Return value

The return value(削除) is (削除ここまで)(追記) has (追記ここまで)(削除) of (削除ここまで)(追記) same (追記ここまで) type(追記) and (追記ここまで)(追記) kind (追記ここまで)(追記) as (追記ここまで)(削除) real (削除ここまで)(追記) x (追記ここまで).

Example

program test_sinh
 real(8) :: x = - 1.0_8
 x = sinh(x)
end program test_sinh

See also

asinh

category: intrinsics

Revised on April 4, 2016 17:27:11 by Jason Blevins (128.146.137.52) (681 characters / 0.0 pages)
Edit | Back in time (2 revisions) | Hide changes | History | Views: Print | TeX | Source | Linked from: Intrinsic procedures, Fortran 2008, asinh

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