RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Csc Function

Returns the cosecant of an angle.

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

Use the Csc to calculate the 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!