JCL Help:ArcTan2

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Calculates the inverse tangent of Y / X.


Pascal

 function ArcTan2(Y: Float; X: Float): Float;


Parameters

Parameters Description
Y: Float The value of Y in Y / X.
X: Float The value of X in Y / X.


Return Value

The inverse tangent of Y / X in radians.


Description

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