Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Feb 3, 2024
1 parent 648f25f commit e66a1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -31961,7 +31961,7 @@ <h1>Math.atan2 ( _y_, _x_ )</h1>
1. Let _r_ be the inverse tangent of abs(ℝ(_ny_) / ℝ(_nx_)).
1. If _nx_ &lt; *-0*<sub>𝔽</sub>, then
1. If _ny_ > *+0*<sub>𝔽</sub>, set _r_ to π - _r_.
1. Else, set _r_ to -π - _r_.
1. Else, set _r_ to -π + _r_.
1. Else,
1. If _ny_ &lt; *-0*<sub>𝔽</sub>, set _r_ to -_r_.
1. Return an implementation-approximated Number value representing _r_.
Expand Down

0 comments on commit e66a1ce

Please sign in to comment.