Formula Package for Mathmatical/Physics/Chemistry/economical/(+) calulations
Project description
Entity to code py
Version | 0.0.1 | 0.1.0 |
---|---|---|
Stable | yes | yes |
New feats
0.1.0
Binomials and Quadratic Calculations
0.0.1
First with add_one()
Usage
1) Installation
pip install entitytocodepy_official==x.y.z
pip install entitytocodepy_official==0.1.0
2) Importing to your python script
from entitytocodepy import main
3) Using, here's a sample function
main.add_one(1)
Output
2
Methods
Quadratics (0.1.0 +)
Import
from entitytocodepy import mathetc
Use
mathetc.Roots(1,3,2)
Factorials (0.1.0 +)
Import
from entitytocodepy import mathetc
Use
mathetc.Factorial(4)
Binomials (0.1.0 +)
Note: This is for finding singular terms in an expansion of (1+x)^n, eg: find the term of x^5 in (1+x)^7, here R (2nd param) == 5 and N = 7
Import
from entitytocodepy import mathetc
Use
mathetc.Binomialterm(7,5)
add_one (0.0.1 +)
Import
from entitytocodepy import main
Use
main.add_one(1)
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 Distribution
Built Distribution
File details
Details for the file entitytocodepy_official-0.1.0.tar.gz
.
File metadata
- Download URL: entitytocodepy_official-0.1.0.tar.gz
- Upload date:
- Size: 73.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8946c31740d998e120ff3dcda696b05c702caa5f528111766ad1882d889ffc3 |
|
MD5 | 523c4c0b4ac0daeacaafde18748bb84a |
|
BLAKE2b-256 | 63b15efddb9a2ed6018e7d7913a791d1b9acf8e0f1cfd7943001289a27888360 |
File details
Details for the file entitytocodepy_official-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: entitytocodepy_official-0.1.0-py3-none-any.whl
- Upload date:
- Size: 75.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ae0c891823d789737fb7b82c0cd85b395aaee029203a9c1db7e424fa8161bcc |
|
MD5 | cd208308becc71f72b9205932d7bc030 |
|
BLAKE2b-256 | f9d6d644d269962c299a662b177cc9945a9697f53f00ce88be0e222b47482ed6 |