Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
/ laminas-math Public archive

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

License

Notifications You must be signed in to change notification settings

laminas/laminas-math

Repository files navigation

zend-math

Build Status Coverage Status

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

  • Zend\Math\Rand, a random number generator;
  • Zend\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