cust_math

0.2.0 • Public • Published

cust-math

A tiny utility for basic math operations: add, subtract, and multiply.


Installation

npm install cust-math

Usage example

const custMath = require('cust-math');

console.log(custMath.add(2, 3));        // 5
console.log(custMath.subtract(5, 2));   // 3
console.log(custMath.multiply(4, 2));   // 8

Folder structure

cust-math/
├── index.js
├── package.json
└── README.md

Package Sidebar

Install

npm i cust_math

Weekly Downloads

9

Version

0.2.0

License

ISC

Unpacked Size

1.42 kB

Total Files

3

Last publish

Collaborators

  • krishna-yadav