This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:atan2 [2013/01/18 06:19] – grauniad | crpl:docs:atan2 [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | + | |
<- [[crpl: | <- [[crpl: | ||
===== atan2 ===== | ===== atan2 ===== | ||
- | ^Arguments^Result^Notation^ | + | <-targetZ <-targetX atan2 -> |
- | |A floating point number|The arctan of the input number |'' | + | |
=== Description === | === Description === | ||
Line 12: | Line 10: | ||
Note that the first parameter to atan2 is always the y coordinate. | Note that the first parameter to atan2 is always the y coordinate. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
- | 0.5 atan2 trace | + | 1 2 atan2 trace |
</ | </ | ||