Skip to content

v1.9.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 04:23
· 2 commits to master since this release
1f16e10
  • Fix negative unary - always having higher precedence than ^. This resulted in -3^2 returning 9 instead of -9