1# zend-math
2
3`Zend\Math` provides general mathematical functions. So far the supported
4functionalities are:
5
6- `Zend\Math\Rand`, a random number generator;
7- `Zend\Math\BigInteger`, a library to manage big integers.
8
9
10- File issues at https://github.com/zendframework/zend-math/issues
11- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-math
12