Metadata-Version: 2.4
Name: yhmath
Version: 1.1.2
Summary: A math python package
Home-page: https://github.com/YoussefHussein449/yhmath
Author: Youssef Hussein
License: BSD 2-Clause
Keywords: math,yhmath,addition,numbers,arithmetic
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6, <=3.12
Description-Content-Type: text/markdown
Requires-Dist: numpy
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# yhmath
yhmath is a Python package specialized in mathematics. This is version 1.0.2.

Install
-
You can install yhmath by typing pip install yhmath in the command line: use CMD on Windows, Bash on Linux, or Zsh on macOS/Unix.

features
-
So far, yhmath can perform addition of numbers.

Usage
-
```python
import yhmath
result = yhmath.add([2, 3, 7])
print(result)
```
contact
-
mail: yusuffanpage13@gmail.com

yhmath webbside on pypi
-
https://pypi.org/project/yhmath/



