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 calculadora-fabeliz==1.5.3
pipenv install calculadora-fabeliz==1.5.3
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 calculadora-fabeliz 1.5.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| calculadora-fabeliz-1.5.3.tar.gz | 14.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| calculadora_fabeliz-1.5.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.3 kB
Release files / calculadora-fabeliz-1.5.3.tar.gz
| Download URL | calculadora-fabeliz-1.5.3.tar.gz |
|---|---|
| Size | 14.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f52b562101344a29dab71a4bf7e4b1500032d5b2380c94343e8572b0cbb932da
|
|
BLAKE2b-256 checksum How to use checksums |
705c43de9f7e08a01dcb9839da693a05388d587310ffa986d19aa57e08098096
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|
Release files / calculadora_fabeliz-1.5.3-py3-none-any.whl
| Download URL | calculadora_fabeliz-1.5.3-py3-none-any.whl |
|---|---|
| Size | 15.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
403cb8b9fc4a60897329d6436f9961d87ee4075270c7fb620902a1054b08b8ec
|
|
BLAKE2b-256 checksum How to use checksums |
9f2d799504328d2a049156f8d657ccdf5621a26f1547d1f59a17af7a91a53185
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|