Math.CscH
From RAD Studio VCL Reference
Contents |
Delphi Information
From Math.pas
function CscH(const X: Extended): Extended;
Unit: Math
Type: function
Visibility: public
C++ Information
From Math.hpp
long double __fastcall CscH(long double X);
Unit: Math
Type: function
Description
Returns the hyperbolic cosecant of an angle.
Use the CscH to calculate the hyperbolic cosecant of X, where X is an angle in radians.