RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.CscH Function

Returns the hyperbolic cosecant of an angle.

Pascal
function CscH(const X: Extended): Extended;
C++
Extended CscH(const Extended X);

Use the CscH to calculate the hyperbolic cosecant of X, where X is an angle in radians. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!