Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

entitytocodepy_official-0.1.1-py3-none-any.whl (75.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page