to-the-power-of-zero
v1.0.0
Published
Simple npm package that tells you what a number to the power of zero is!
Downloads
1
Readme
to-the-power-of-zero
Simple npm package that tells you what a number to the power of zero is!
Usage
Installing
npm i to-the-power-of-zero -P
Importing
const toThePowerOfZero = require("to-the-power-of-zero");
Usage
console.log(toThePowerOfZero(2));
API
toThePowerOfZero(number: Number): Number
Returns the result of raising number
to the power of 0.