Returns the cosecant of an angle.
function Cosecant(const X: Extended): Extended;
Extended Cosecant(const Extended X);
Use the Cosecant to calculate the cosecant of X, where X is an angle in radians. The cosecant is calculated as 1/ Sin(X).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|