JCL Help:ArcTan

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Calculates the inverse tangent.


Pascal

 function ArcTan(X: Float): Float;


Parameters

Parameters Description
X: Float Value whose inverse tangent to calculate.


Return Value

Inverse tangent of X.


Description

ArcTan calculates the inverse tangent of X. Meaning it returns the angle whose tangent equals 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