Skip to content

calcify.js is a NPM package which calculates area and volume of geometrical shapes.

License

Notifications You must be signed in to change notification settings

ashutoshswamy/calcify.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calcify.js

calcify.js is a NPM package which calculates area and volume of geometrical shapes.

How to install this package?

npm install calcify.js

Usage of this packge

const calcifyJS = require("calcify.js");

//Area of a square
console.log(calcifyJS.squareArea(6));
//Output -> 36

//Area of Cuboid
console.log(calcifyJS.cuboidArea(12, 6, 5));
//Output -> 324

//Area of Sphere
console.log(calcifyJS.sphereVolume(7));
//Output -> 1436.755040241732

Developer Info

  • Name: Ashutosh Swamy
  • GitHub: ashutoshswamy
  • Discord: ashutosh
  • X: ashutoshswamy_

About

calcify.js is a NPM package which calculates area and volume of geometrical shapes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published