RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Cosecant Function

Returns the cosecant of an angle.

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

Math

Use the Cosecant to calculate the cosecant of X, where X is an angle in radians. The cosecant is calculated as 1/ Sin(X). 

 

ArcCsc 

CscH 

Secant 

Sin

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!