Advanced calculator with extra math operations
Project description
khalil-zaidi-calculator
آلة حاسبة متقدمة بلغة بايثون تدعم العمليات الأساسية والإضافية.
التثبيت
pip install khalil-zaidi-calculator
الاستخدام
from khalil_zaidi_calculator import Calculator
calc = Calculator()
print(calc.add(5, 3)) # 8
print(calc.divide(10, 2)) # 5
print(calc.power(2, 4)) # 16
print(calc.sqrt(25)) # 5
print(calc.average([1,2,3])) # 2
المزايا
- جمع، طرح، ضرب، قسمة
- رفع للأس (Power)
- جذر تربيعي
- باقي القسمة (Modulo)
- المتوسط الحسابي
- معالجة أخطاء ذكية
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file khalil_zaidi_calculator-0.1.0.tar.gz.
File metadata
- Download URL: khalil_zaidi_calculator-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec902cbb8388bed780d5745f5ab0054abcd888cad6ed8509e61a1088b0ad8e41
|
|
| MD5 |
0de8af0f1ce4429bacadacb02e1992f4
|
|
| BLAKE2b-256 |
5c9516c99fd51ff296eab94ee6f6e2b784fa4355dafe1429a2643dbf6bd2d909
|
File details
Details for the file khalil_zaidi_calculator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: khalil_zaidi_calculator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9960ba21e1f9898c4f7ab23a7520f4aec695021d9e2aa3721330b44c2ea56131
|
|
| MD5 |
2c61f66b3b7a936131d31d3eb0129fc4
|
|
| BLAKE2b-256 |
29ab0456f67cdcb984538670e34ffb2dddd2233fc15e1d5a98727d54d8a5cc81
|