JCL Help:Haversine

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the haversine of the argument.


Pascal

 function Haversine(X: Float): Float;


Parameters

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


Return Value

Haversine of X.


Description

Haversine calculates the aversine 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