https://github.com/mcmatters/math
https://github.com/mcmatters/math
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/math
- Owner: MCMatters
- Created: 2018-12-26T12:09:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T12:15:12.000Z (over 7 years ago)
- Last Synced: 2025-01-31T13:43:51.263Z (over 1 year 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".
```