JCL Help:Cos@Float

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Calculates the cosine of X.


Pascal

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


Parameters

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


Return Value

Cosine of X.


Description

Calculates the cosine of 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