CotH(Value: Double): Double;
Value. Real number, which hyperbolic cotangent must be found.
The CotH method returns the hyperbolic cotangent of the specified value.
Value of the Value parameter cannot be empty or equal to 0.
To execute the example, add a link to the MathFin system assembly.
Sub UserProc;
Var
r: Double;
Begin
r := Math.CotH(2);
Debug.WriteLine(r);
End Sub UserProc;
After executing the example the console window displays the hyperbolic cotangent equal to 1.03731472072755.
See also: