TanH
From SCAR Divi Manual
Definition
function TanH(X: Extended): Extended;
Availability
SCAR Divi 3.00 > Current
Description
This function calculates the hyperbolic tangent of an given value X. It is a hyperbolic function.
Example
begin WriteLn(TanH(Pi)); WriteLn(TanH(0)); end.
Output:
0,99627207622075 0