Мега простой калькулятор на Python
Project description
Calculator Package
Мега простой калькулятор на Python, предоставляющий базовые и расширенные математические операции.
Установка
pip install calculator-pkg-unidari
Использование
from calculator.basic import add, subtract
from calculator.advanced import power, square_root
from calculator.advanced.trigonometry import sin, cos, tan
print(add(2, 3)) # Вывод: 5
print(subtract(5, 2)) # Вывод: 3
print(power(2, 3)) # Вывод: 8
print(square_root(16)) # Вывод: 4.0
print(sin(90)) # Вывод: 0.8939966636005579
print(cos(90)) # Вывод: -0.4480736161291701
print(tan(45)) # Вывод: 1.6197751905438615
Лицензия
Этот проект лицензирован под лицензией MIT - подробности см. в файле LICENSE.
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 unidari-0.1.0-py3-none-any.whl.
File metadata
- Download URL: unidari-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed3dfcf297f05559b9511587810195e02f1589b88c3911b6c0340686c7a047eb
|
|
| MD5 |
2517824d8f824cf4261c86af07ff9ebd
|
|
| BLAKE2b-256 |
bfba6064bbcca9e3eba2182de337c3250b2bbfd596a773c7c156d1dc73f092f3
|