JCL Help:Coversine

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the coversine of the argument.


Pascal

 function Coversine(X: Float): Float;


Parameters

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


Return Value

Coersine of X.


Description

Coversine calculates the coversine of X.


About

Unit

JclMath


Donator

Matthias Thoma


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