User Tools

Site Tools


crpl:docs:atan2

This is an old revision of the document!


<- CRPL reference <- Math Commands

atan2

ArgumentsResultNotation
y, xThe arctan of the input number f1 f2 – f3

Description

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.

Examples

1 2 atan2 trace
crpl/docs/atan2.1612543437.txt.gz · Last modified: 2025/02/14 14:56 (external edit)