/laminas-math

Create cryptographically secure pseudo-random numbers, and manage big integers

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

laminas-math

Build Status Coverage Status

Laminas\Math provides general mathematical functions. So far the supported functionalities are:

  • Laminas\Math\Rand, a random number generator;
  • Laminas\Math\BigInteger, a library to manage big integers.

Migration notes from v2 to v3

We document migration notes from v2 to v3, providing details of potential BC breaks and/or API differences you may need to be aware of.

Miscellany