2.0.0 • Published 1 year ago

square-and-multiply v2.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.0.0

1 year ago

1.0.4

2 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago