New error type: MathError | Use modulo operator `%` replaced the build-in function `Math.mod`
Latest- MathError will be thrown when encount math calculating error. E.g. division by zero.
- Use modulo operator
%
replaced the build-in functionMath.mod
, which can do better in the fraction calculating.