1.0.1 • Published 1 year ago

basicmath101 v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

basicmath101

A npm package for basic mathematics operations.

installation

$ npm install basicmath101 --save

js usage

import package : const maths = require("mathematics");

use basic mathematics functions defined in the package : console.log(maths.sum(1,2,3);

result : 6

1.0.1

1 year ago

1.0.0

1 year ago