Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcmatters/math
https://github.com/mcmatters/math
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/math
- Owner: MCMatters
- Created: 2018-12-26T12:09:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T12:15:12.000Z (about 6 years ago)
- Last Synced: 2024-04-22T17:12:38.359Z (9 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Math
Math classes.
### Installation
```bash
composer require mcmatters/math
```### Usage
```php
next(37); // displays "41".
echo $prime->previous(1000000); // displays "999983".
```