Introduction:
Advance Math This is a library for introducing mathematical concepts that are not in-built on python, like ratios, fractions, factors of numbers, etc.
Usage
This module currently has one out of the many mathematical operational modes (algebra, arithmetic, geometry, trigonometry, etc.)
So to use any function you need to:
from adv_math *
(mode).(function)
For example:
// Finding HCF of three numbers (5, 40, 75) from adv_math import arithmetic
hcf = Factor(5, 40, 75).HCF()
print(hcf)
Other classes in this library
artithmetic:
- Ratio (methods: get, simplify, add, subtract, multiply, divide)
- Fraction (methods: get, getType, simplify, add, subtract, multiply, divide)
- Factor (methods: HCF, LCM)
- Just Functions (functions: Factors, PrimeNumbers, CompositeNumbers)
Release files for adv-math 0.0.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 | |
|---|---|---|---|
| adv_math-0.0.3.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| adv_math-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / adv_math-0.0.3.tar.gz
| Download URL | adv_math-0.0.3.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b0fe724aaebb81a0484fe49a7fa9c1d2baa1e57ffd9f89a7e1645b2771724b63
|
|
BLAKE2b-256 checksum How to use checksums |
5af57f6d7a6e3c6db88baa8f3b79c9d49593d467d52adbb6a4f5daa841f1ee61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.5
|
Release files / adv_math-0.0.3-py3-none-any.whl
| Download URL | adv_math-0.0.3-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dbdc62e454259f10c3252f38c56777d5623c57c28a7720fee81a98981067f3c8
|
|
BLAKE2b-256 checksum How to use checksums |
cd28d6d622f76204740c2eb861b980d172e98c136a3453f24a082e207a63fdb9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.5
|