1.0.3 • Published 5 years ago

jeevanthaskmath v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

jeevanthask math created by nandika jeevantha

here it contains all the basic math functions commonly used in day today programming

01.circlearea

02.circlecircumference

03.power

04.logarithm

05.maximumoftwo

06.sin

07.cos

08.tan

09.absolute

10.cuberoot

11.ceilnumber

12.floornumber

13.minimumoftwo

14.roundnumber

15.rootvalue

16.maximumofarray

17.minimumofarray

example:-

`const {power} = require('jeevanthaskmath')

console.log(power(5,3))`