Metadata-Version: 2.1
Name: mathPkg
Version: 0.0.2
Summary: A pakage that contains some math functions
Author-email: Jameel Ahamd <msdsf22m013@pucit.edu.pk>
Project-URL: Homepage, https://github.com/MSDSF22M013/MSDS_TTFDS_A1
Project-URL: Bug Tracker, https://github.com/MSDSF22M013/MSDS_TTFDS_A1/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

### Discription
A pakage that contains following functions
<ol>
    <li>addnum that add two numbers.</li>
    <li>subnum that subtract two numbers.</li>
    <li>mulnum that multiply two numbers.</lis>
    <li>divnum that divide two numbers.</lis>
    <li>pownum that gives one number raise to power other.</li>
    <li>prime_num it will return that a number is a prime number or not</li>
    <li>even_odd_num it will return that a number is an even or odd.</li>
    <li>is_palindrome it will return that a number is a Palindrome number or not</li>
    <li> is_armstrong it will return that a number is a Armstronge number or not.</li> </ol>
