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

https://github.com/jbock-java/polypen


https://github.com/jbock-java/polypen

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### Build from source

```
./gradlew clean build
```

### Polynomial multiplication

```
./poly <<< '(x - 1) * (x + 1)'
```