Skip to main content

Простой калькулятор на 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


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

If you're not sure about the file name format, learn more about wheel file names.

calculator_pkg_yourusername-0.1.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file calculator_pkg_yourusername-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for calculator_pkg_yourusername-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 731a2b9390fae60d90a619dca37bf48b74e18c45f94bc6ed53174fc13f519cb5
MD5 b7254b41d432341099ff63effb3a2fdc
BLAKE2b-256 9318977e88887af571dd64575314ab7316ab228a6bc09bb5ead50d16805e507a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page