Get the square and multiply of the base, the exponent and the modulus
Get the square and multiply of the base, the exponent and the modulus
npm install square-and-multiply
import squareAndMultiply from 'square-and-multiply';
console.log(squareAndMultiply(14, 27, 37));
// => 6
Returns the square and multiply of base
, exponent
and modulus
.