math-pow

1.0.1 • Public • Published

usage: ` pow = require('math-pow')

square = pow(2)

square(3) == 3*3

sqrt = pow(.5)

sqrt(4) == 2

// pow(exponent,base) vs Math.pow(base,exponent) pow(3,4) == Math.pow(4,3) `

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i math-pow

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • cable023