Calculadora-Fabeliz
Esta es una calculadora que permite hacer operaciones matematicas.
Operaciones basicas: Suma, Resta, Multiplicacion, Division. Otras Operaciones: Valor Absoluto, RaÃz cuadrada, Seno, Coseno Tangente, Cotangente, Logaritmo, Radian.
Autor/Author:
Fabeliz Irene Alvarez Salazar FIAS Tecnologia
Instalation/Instalacion:
pip install calculator-fabeliz
pipenv install calculator-fabeliz
Use/Uso:
Para su uso se debe importar la libreria y crear un objeto como se muestra a continuacion:
from calculadorafabeliz import basicOperations
from calculadorafabeliz import mathOperations
c = basicOperations.calculadora()
print('Valor de la sumatoria: ', c.suma(1, 2, 4))
print('Valor de la sumatoria: ', c.resta(2, 1))
o = mathOperations.otrasoperaciones()
print('Valor del logaritmo: ', o.logaritmo(1))
print('Valor absoluto: ', o.absoluto(-51))
print('Raiz cuadrada: ', o.raizCuadrada(4))
print('Seno: ', o.seno(1))
print('Coseno: ', o.coseno(1))
print('Tangente: ', o.tangente(1))
print('Cotangente: ', o.cotangente(0.5))
print('Hipotenusa: ', o.hipotenusa(3, 4))
print('Radian: ', o.radian(180))
License/Licencia:
Release files for calculator-fabeliz 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| calculator-fabeliz-0.0.1.tar.gz | 14.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| calculator_fabeliz-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.3 kB
Release files / calculator-fabeliz-0.0.1.tar.gz
| Download URL | calculator-fabeliz-0.0.1.tar.gz |
|---|---|
| Size | 14.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a11d8ca813220236824c82fb1300f497089d880c29c26b0bbb302d4f61ebc769
|
|
BLAKE2b-256 checksum How to use checksums |
cb90d60731681ef282bfc5557ec2a8015d12360fbea1453559b8a6b42c76cd03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|
Release files / calculator_fabeliz-0.0.1-py3-none-any.whl
| Download URL | calculator_fabeliz-0.0.1-py3-none-any.whl |
|---|---|
| Size | 15.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b8cc0b9bc32f48dc37bb115abd16ce0750652c779068607e6a903d86e8997496
|
|
BLAKE2b-256 checksum How to use checksums |
0c6d8033256ec2a8eee4b1b81d1d8514791bf7be6f5ba15b250a4cafffb2324e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|