Skip to content

New error type: MathError | Use modulo operator `%` replaced the build-in function `Math.mod`

Latest
Compare
Choose a tag to compare
@BHznJNs BHznJNs released this 29 Aug 09:35
· 2 commits to master since this release
  • MathError will be thrown when encount math calculating error. E.g. division by zero.
  • Use modulo operator % replaced the build-in function Math.mod, which can do better in the fraction calculating.