Skip to content

BCMath and mod operator support

Choose a tag to compare

@phpfui phpfui released this 01 Jun 22:16
· 28 commits to master since this release
a944fe4

Arbitrary Precision Math functions. Call useBCMath($decimalPoints) to activate.

  • Support for % operator (mod)

Thanks to @tobiashowitz for suggesting BCMath support