@zenmay26/zen_square_cube
v1.0.0
Published
Scoped package for square and cube belongs to organization zenmay26
Readme
@zenmay26/zen_square_cube
Calculator with square and cube functionality
Installation
npm install @zenmay26/zen_square_cube
Module provides a Calculator class with square and cube functionality
#API square(no:number)
no: Takes the number whose square needs to be calculated.
cube(no:number)
no: Takes the number whose cube needs to be calculated.
