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

https://github.com/knutkirkhorn/square-and-multiply-cli

Get the square and multiply of the base, the exponent and the modulus CLI
https://github.com/knutkirkhorn/square-and-multiply-cli

and cli cli-app math multiply nodejs square

Last synced: 7 months ago
JSON representation

Get the square and multiply of the base, the exponent and the modulus CLI

Awesome Lists containing this project

README

          

# square-and-multiply-cli

> Get the square and multiply of the base, the exponent and the modulus CLI

## Installation

```
npm install --global square-and-multiply-cli
```

## Usage

```
$ square-and-multiply --help

Usage
$ square-and-multiply

Examples
$ square-and-multiply 14 27 37
$ square-and-multiply 23 22 86
```

## Related

- [square-and-multiply](https://github.com/knutkirkhorn/square-and-multiply) - API for this module