Skip to content

Commit

Permalink
update comparison to be consistent with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerrg committed Jul 31, 2023
1 parent 2093d6c commit 67b6c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s/5_3.ss
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
[(or (fl> x theta) (fl> ay theta))
; RP(1/z) +/- (pi/2)i
(fl-make-rectangular
(if (fl> x ay)
(if (fl>= x ay)
(fl/ (fl+ x (fl* (fl/ y x) y)))
(let ([r (fl/ x y)])
(fl/ r (fl+ y (fl* r x)))))
Expand Down

0 comments on commit 67b6c19

Please sign in to comment.