Metadata-Version: 2.1
Name: python-math
Version: 0.0.1
Summary: function with numbers
Home-page: https://github.com/AkashKumarGit/
Author: Pranav Singh
Author-email: why_should_i_tell@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

add function add two numbers num1+num2
substract substract two numbers num1-num2
multiply multiply two numbers num1*num2
divide divide two numbers numbers num1/num2
exponent num1 to the power of num2
root num1 to the num2th root.

