Простой калькулятор на Python
Project description
Простой калькулятор на Python, предоставляющий базовые и расширенные математические операции.
Установка
pip install calculator-pkg-yourusername
Использование
from calculator.basic import add, subtract
from calculator.advanced import power, square_root
print(add(2, 3)) # Вывод: 5
print(subtract(5, 2)) # Вывод: 3
print(power(2, 3)) # Вывод: 8
print(square_root(16)) # Вывод: 4.0
Лицензия
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 calculator_pkg_yourusername-0.1.0-py3-none-any.whl.
File metadata
- Download URL: calculator_pkg_yourusername-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
731a2b9390fae60d90a619dca37bf48b74e18c45f94bc6ed53174fc13f519cb5
|
|
| MD5 |
b7254b41d432341099ff63effb3a2fdc
|
|
| BLAKE2b-256 |
9318977e88887af571dd64575314ab7316ab228a6bc09bb5ead50d16805e507a
|