Math.Atan2

This page contains reference documentation for the Atan2 function. This function calculates the arctangent of 'Y' / 'X'.

Prototype

static double Atan2( double Y, double X )

Parameters

Function parameters are as follows:

Examples

Examples are as follows:

INCOMPLETE

Working Sample Code

For sample code: