Calculates the cotangent of an angle.
function Cotan(const X: Extended): Extended;
Extended Cotan(const Extended X);
Math
Call Cotan 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!
|