Formula Package for Mathmatical/Physics/Chemistry/economical/(+) calulations
Project description
Entity to code py
!!!WARNING!!! mathetc FUNCTIONS NOT AVAILIBLE
Version | 0.0.1 | 0.1.0 |
---|---|---|
Stable | yes | NO |
New feats
0.1.1
SO FILE BUG DETECTION, AS OF NOW, MODULE WITH VERSIONS 0.1.0 - Latest is UNUSABLE
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
entitytocodepy_official-0.1.1.tar.gz
(375.8 kB
view details)
Built Distribution
File details
Details for the file entitytocodepy_official-0.1.1.tar.gz
.
File metadata
- Download URL: entitytocodepy_official-0.1.1.tar.gz
- Upload date:
- Size: 375.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4ee6216f5535a9eb9872afd3772b02d74673861a24af6d732e67f7d720f7c6a |
|
MD5 | 6a36a0261877bce9e2dda9c13cc01775 |
|
BLAKE2b-256 | 18b423b9c2bf58859a64d3e8623748e028607f2ec58868b782f7cec4a92090e8 |
File details
Details for the file entitytocodepy_official-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: entitytocodepy_official-0.1.1-py3-none-any.whl
- Upload date:
- Size: 75.2 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 | dfa7942426e968f71d2c8a4df3a17254dc10044d0ed77b8a58d411842da3000f |
|
MD5 | 11c71be4394daa88b2e5d72b15a10ed4 |
|
BLAKE2b-256 | 20a3fe62a894083f00c6c3db4a565c09c7abefe1cbb64d01332118c30bc2f452 |