UNPKG

anurag-js

Version:
32 lines (23 loc) 603 B
# This is a demo package ### A module for calculations on different shapes. # Installation ` npm i anurag-js ` ### Importing the module ` const my_package = require("anurag-js"); ` ## LIST OF FUNCTIONS 1. area_square(side) 2. area_perimeter(side) 3. circle_area(radius) 4. circle_diameter(radius) 5. circle_perimeter(radius) 6. cube_surface_area(side) 7. cube_area(side) ## List Of Higher Order Functions 1. calculate_circles(arr, function_of_circle) 2. calculate_square(arr, function_of_square) 3. calculate_cube(arr, function_of_cube) # Made By Anurag Mukherjee