Calculates the cotangent of an angle.
function Cot(const X: Extended): Extended;
Extended Cot(const Extended X);
Math
Call Cot to obtain the cotangent of X. The cotangent is calculated using the formula 1 / Tan(X).
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|