noors_package
v1.0.1
Published
**Basic Math Utils** is a lightweight utility package designed for basic arithmetic operations such as addition, subtraction, npm version patchmultiplication, and division. It simplifies common mathematical tasks and is easy to integrate into your project
Downloads
2
Readme
Basic Math Utils
Overview
Basic Math Utils is a lightweight utility package designed for basic arithmetic operations such as addition, subtraction, npm version patchmultiplication, and division. It simplifies common mathematical tasks and is easy to integrate into your projects.
Features
- Add: Adds two numbers.
- Subtract: Subtracts the second number from the first number.
- Multiply: Multiplies two numbers.
- Divide: Divides the first number by the second number.
Installation
You can install the package using npm:
npm install basic-math-utils