This shows you the differences between two versions of the page.
xrpl:atan2 [2019/03/03 21:22] – created Karsten75 | xrpl:atan2 [2021/03/24 15:57] (current) – removed Karsten75 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== atan2 ===== | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | |float float| float| [float float- float] | | ||
- | |||
- | |||
- | === 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 === | ||
- | < | ||
- | </ | ||