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



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

cosh

Return hyperbolic cosine

Declaration

Source position: math.pp line 278

function cosh(

  x: float

):float;

Description

Cosh returns the hyperbolic cosine of it's argument {x}.

Errors

None.

See also

arcosh

  

Return inverse hyperbolic cosine

sinh

  

Return hyperbolic sine

arsinh

  

Return inverse hyperbolic sine

Example

Program Example8;

{ Program to demonstrate the cosh function. }

Uses math;

begin
  Writeln(Cosh(0));
  Writeln(Cosh(1));
end.

Notes

 No notes exist for this page yet. 





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