User Tools

Site Tools


crpl:docs:atan2

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Math Commands

atan2

ArgumentsResultNotation
A floating point numberThe 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

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