This is an old revision of the document!
Arguments | Result | Notation |
---|---|---|
A floating point number | The arctan of the input number | f1 f2 – f3 |
Computes and returns the angle of the point y/x in radians. The return value is between positive pi and negative pi. Note that the first parameter to atan2 is always the y coordinate.
0.5 atan2 trace