basicmathematicsw
Project Description
A small demo library for basic mathematical operations like addition, subtraction, and multiplication.
Installation
To install the package, use pip:
pip install basicmathematicsw
Get Started
How to use the basicmathematicsw library:
Import the Functions
To use the functions in this library, import them as follows:
from basicmathematicsw.operations import add, subtract, multiply
Available Functions:
add(a, b): Returns the sum of a and b.
subtract(a, b): Returns the difference between a and b.
multiply(a, b): Returns the product of a and b.