Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcmatters/math


https://github.com/mcmatters/math

Last synced: about 1 month ago
JSON representation

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".
```