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



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

tanh

Return hyperbolic tangent

Declaration

Source position: math.pp line 280

function tanh(

  x: float

):float;

Description

Tanh returns the hyperbolic tangent of x.

Errors

None.

See also

arcsin

  

Return inverse sine

sincos

  

Return sine and cosine of argument

arccos

  

Return inverse cosine

Example

Program Example48;

{ Program to demonstrate the Tanh function. }

Uses math;

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

Notes

 No notes exist for this page yet. 





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