prog8/compiler
markjreed 6f00a48772
fix: atan2(anything, 0) should return ±π/2 (#141)
* 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
2024-06-07 23:19:45 +02:00
..
res fix: atan2(anything, 0) should return ±π/2 (#141) 2024-06-07 23:19:45 +02:00
src/prog8 update to kotlin 2.0, fix several code style issues 2024-06-04 01:00:46 +02:00
test update to kotlin 2.0, fix several code style issues 2024-06-04 01:00:46 +02:00
build.gradle java version tweaks 2024-05-18 20:25:44 +02:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00