JCL Help:Cot@Float

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the cotangent of the argument.


Pascal

 function Cot(X: Float): Float; overload;
function Cot(const Z: TRectComplex): TRectComplex; overload;


Parameters

Parameters Description
X: Float Angle, in radians, whose cotangent to calculate.


Return Value

Cotangent of X.


Description

Cot returns the cotangent of X. Cot(X) is defined as 1.0 / Tan(X).


About

Unit

JclMath


Donator

Clayton Collie


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page