knutkirkhorn / square-and-multiply-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <base> <exponent> <modulus>

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

Related

About

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

License:MIT License


Languages

Language:JavaScript 100.0%