Pacote para calculos matematicos
Project description
IPcalculation
Esse é um pacote que faz calculos matemáticos, desmostra a fórmula passo a passo até o resultado.
Veja o exemplo de resultado do pacote:
##IPcalculation.juros_composto(1000.00, 10, 3)
saida:
O juros composto é calculado de forma que cada parcela contem o valor do capital
mais um taxa, onde essa taxa é calculada 1 mais a poncentagem do juros, onde o resultado é
elevado ao número da parcela atual
O montante será a soma de todas as parcelas
M = C + (1+I)^t ---- 1100.00 = 1000.0 * (1+0.1)^1
M = C + (1+I)^t ---- 1210.00 = 1000.0 * (1+0.1)^2
M = C + (1+I)^t ---- 1331.00 = 1000.0 * (1+0.1)^3
Montante final: 3641.00
Instalação:
pip install IPcalculation
Uso:
...
from IPcalculation import IPcalculation
IPcalculation.juros_composto(1000.00, 10, 3)
IPcalculation.pressao(v,n,r,t)
IPcalculation.calorimetria(m,c,D0)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
IPcalculation-1.0.7.tar.gz
(7.8 kB
view details)
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 IPcalculation-1.0.7.tar.gz.
File metadata
- Download URL: IPcalculation-1.0.7.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0fae0239bc94252485cd58c8010cd5ce9e8592f2c5bfc29dede0ec44915d9a6
|
|
| MD5 |
5f12947d2d84afc2bc4f353e4f7d06dd
|
|
| BLAKE2b-256 |
790bf3d9983160c1fc525d0748b3cd0d5d5cef4b3ec6364227d3ae8e02c2dc91
|
File details
Details for the file IPcalculation-1.0.7-py3-none-any.whl.
File metadata
- Download URL: IPcalculation-1.0.7-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2b4debafe6f0a696f317598e2a98f1fc854c0dd97bbcc71cf682dc601da48ad
|
|
| MD5 |
062cb8e0b57afb6fcbfade4a5eca913b
|
|
| BLAKE2b-256 |
c39cb08bba5200df0364f3be0a45773293d34d5db44a3bde2e4a97b71d24907d
|