Calculator
مكتبة بايثون لآلة حاسبة احترافية:
- العمليات الأساسية: جمع، طرح، ضرب، قسمة.
- العمليات المتقدمة: قوة، جذر تربيعي، مضروب، جيب، جيب تمام، ظل.
مثال استخدام
from calculator import Calculator, AdvancedCalculator
c = Calculator()
print(c.add(5, 3)) # 8
adv = AdvancedCalculator()
print(adv.sqrt(16)) # 4.0
Release files for abdalelah-calculator 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| abdalelah_calculator-0.1.0.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| abdalelah_calculator-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.1 kB
Release files / abdalelah_calculator-0.1.0.tar.gz
| Download URL | abdalelah_calculator-0.1.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a321ed072459f750b35423d8b30d8961c7c36c82e55f25d9d8e2449671beea4c
|
|
BLAKE2b-256 checksum How to use checksums |
720b0894c905b9f48bfcc40d0b8ee9e5bd18c0d5d265532a2418deaa4ecc0830
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.1
|
Release files / abdalelah_calculator-0.1.0-py3-none-any.whl
| Download URL | abdalelah_calculator-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c367e5e1ad9b57e2e8c8db2f3c0b2e68bb84c02b1041ccb3b52cf76160c7bb2b
|
|
BLAKE2b-256 checksum How to use checksums |
6df3d74bf4c7ce1917180f18291d05e671d8e4c98412d1d0f6ae4c30c3446fe7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.1
|