2.0.0 • Published 2 years ago

square-and-multiply v2.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
2 years ago

square-and-multiply

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

Installation

npm install square-and-multiply

Usage

import squareAndMultiply from 'square-and-multiply';

console.log(squareAndMultiply(14, 27, 37));
// => 6

API

squareAndMultiply(base, exponent, modulus)

Returns the square and multiply of base, exponent and modulus.

Related

1.0.5

2 years ago

2.0.0

2 years ago

1.0.4

4 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago