zendframework/zend-math
This package is abandoned and no longer maintained.
The author suggests using the laminas/laminas-math package instead.
Create cryptographically secure pseudo-random numbers, and manage big integers
3.2.0
2018-12-04 15:45 UTC
Requires
- php: ^5.6 || ^7.0
- ext-mbstring: *
- paragonie/random_compat: ^2.0.11 || 9.99.99
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.2
- zendframework/zend-coding-standard: ~1.0.0
Suggests
- ext-bcmath: If using the bcmath functionality
- ext-gmp: If using the gmp functionality
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 07e43d87fd5c7edc4f54121b9a4625eb10e4b726
This package is auto-updated.
Last update: 2020-01-30 15:48:10 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-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
- File issues at https://github.com/zendframework/zend-math/issues
- Documentation is at https://docs.zendframework.com/zend-math/
