Fix atan2 implementation to behave like Javascript Math.atan2 by ted-piotrowski · Pull Request #683 · gpujs/gpu.js

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

- Previous implementation returned values in -PI/2 to PI/2 range even though Javascript returns in -PI to PI range
- Add unit tests covering edge cases