Metadata-Version: 2.4
Name: Mathmodule590014750
Version: 0.1.0
Summary: Maths Functions
Author: garima arora 
Author-email: garima217arora@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary


Math_module.py
Created by garima arora, Batch 2, B.Tech CSE, 1st Year, UPES.

This Python module provides a collection of fundamental mathematical operations, including:

add: Perform addition of two numbers.
subtract: Compute the difference between two numbers.
multiply: Multiply two numbers.
divide: Divide one number by another.
factorial: Calculate the factorial of a given number.
is_prime: Check if a number is prime.
gcd: Find the greatest common divisor of two numbers.

Thank you for using and sharing this module! 😊 Let me know if you'd like any further enhancements!
