Skip to content

Added `Round()`, Fixed documentation of `Atan2()`

Compare
Choose a tag to compare
@chewxy chewxy released this 01 Jul 23:19
· 24 commits to master since this release
46cb953

In this release Round was added by @neclepsio. Also, Atan2 was reported to have a documentation issue - before the fix the function signature was Atan2(x, y float32). After the fix it's Atan2(y, x float32). No changes to the internal functioning were made as Atan2 is a wrapper to math.Atan2.

Much thanks to @neclepsio