mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix documentation for ATAN2's (y, x) argument order
This commit is contained in:
@@ -340,7 +340,7 @@ The following functions are designed to operate with fixed-point numbers:
|
|||||||
.EQ
|
.EQ
|
||||||
delim $$
|
delim $$
|
||||||
.EN
|
.EN
|
||||||
.Bl -column -offset indent "ATAN2(x, y)"
|
.Bl -column -offset indent "ATAN2(y, x)"
|
||||||
.It Sy Name Ta Sy Operation
|
.It Sy Name Ta Sy Operation
|
||||||
.It Fn DIV x y Ta Fixed-point division $( x \[di] y ) \[mu] ( 2 ^ precision )$
|
.It Fn DIV x y Ta Fixed-point division $( x \[di] y ) \[mu] ( 2 ^ precision )$
|
||||||
.It Fn MUL x y Ta Fixed-point multiplication $( x \[mu] y ) \[di] ( 2 ^ precision )$
|
.It Fn MUL x y Ta Fixed-point multiplication $( x \[mu] y ) \[di] ( 2 ^ precision )$
|
||||||
@@ -356,7 +356,7 @@ delim $$
|
|||||||
.It Fn ASIN x Ta Inverse sine of $x$
|
.It Fn ASIN x Ta Inverse sine of $x$
|
||||||
.It Fn ACOS x Ta Inverse cosine of $x$
|
.It Fn ACOS x Ta Inverse cosine of $x$
|
||||||
.It Fn ATAN x Ta Inverse tangent of $x$
|
.It Fn ATAN x Ta Inverse tangent of $x$
|
||||||
.It Fn ATAN2 x y Ta Angle between $( x , y )$ and $( 1 , 0 )$
|
.It Fn ATAN2 y x Ta Angle between $( x , y )$ and $( 1 , 0 )$
|
||||||
.El
|
.El
|
||||||
.EQ
|
.EQ
|
||||||
delim off
|
delim off
|
||||||
|
|||||||
Reference in New Issue
Block a user