mirror of
https://github.com/irmen/prog8.git
synced 2025-02-16 22:30:46 +00:00
* fix: atan2(anything, 0) should return pi/2 * fix: if y<0, x=0 maps to 3π/2, not π/2 * fix: standard seems to be atan2(0,0) == 0
* fix: atan2(anything, 0) should return pi/2 * fix: if y<0, x=0 maps to 3π/2, not π/2 * fix: standard seems to be atan2(0,0) == 0