help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'math' (#rtl)

sinh

Return hyperbolic sine

Declaration

Source position: math.pp line 279

function sinh(

  x: float

):float;

Description

Sinh returns the hyperbolic sine of its argument x.

See also

cosh

  

Return hyperbolic cosine

arsinh

  

Return inverse hyperbolic sine

tanh

  

Return hyperbolic tangent

artanh

  

Return inverse hyperbolic tangent

Example

Program Example42;

{ Program to demonstrate the sinh function. }

Uses math;

begin
  writeln(sinh(0));
  writeln(sinh(1));
  writeln(sinh(-1));
end.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505