JCL Help:Tan@Float
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: Tan Function
[+] JclMath.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns the tangent of the argument.
Pascal
function Tan(X: Float): Float; overload;
function Tan(const Z: TRectComplex): TRectComplex; overload;
Parameters
Parameters | Description |
X: Float | Angle, in radians, whose tangent to calculate. |
Return Value
Tangent of X.
Description
Tan calculates the tangent of X. The tangent is defines as Sin(X) / Cos(X).
About
Unit
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