Clicky

Fortran Wiki
sinh

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

Description

sinh(x) computes the hyperbolic sine of x.

Standard

Fortran 95 and later, for a complex argument Fortran 2008 or later

Class

Elemental function

Syntax

result = sinh(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_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) | See changes | History | Views: Print | TeX | Source | Linked from: Intrinsic procedures, Fortran 2008, asinh

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