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