mirror of
https://github.com/irmen/prog8.git
synced 2025-01-11 13:29:45 +00:00
6f00a48772
* 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