mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 16:48:47 +00:00
12 lines
372 B
Markdown
12 lines
372 B
Markdown
# zend-math
|
|
|
|
`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.
|
|
|
|
|
|
- File issues at https://github.com/zendframework/zend-math/issues
|
|
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-math
|