Python  1.0
Namespaces | Functions
trigonometry.py File Reference

Namespaces

 trigonometry
 An arc tangent which considers the signs of both x and y, mimicking the behaviour of function atan2.
 

Functions

def trigonometry.atan2d (y, x)
 Computes the arc tangent (measured in degrees) of y/x. More...
 
def trigonometry.main ()