jamesbowman/gd2-lib

GD.atan2() with -32768 for either argument hangs

Closed this issue · 0 comments

calling

GD.atan2(-32768, x);

or

GD.atan2(y, -32768);

never returns.