Advanced Math
Project description
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)
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
adv_math-0.0.3.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file adv_math-0.0.3.tar.gz
.
File metadata
- Download URL: adv_math-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0fe724aaebb81a0484fe49a7fa9c1d2baa1e57ffd9f89a7e1645b2771724b63 |
|
MD5 | 377a4fad39e3f656d95c10cd63bd99bb |
|
BLAKE2b-256 | 5af57f6d7a6e3c6db88baa8f3b79c9d49593d467d52adbb6a4f5daa841f1ee61 |
File details
Details for the file adv_math-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: adv_math-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbdc62e454259f10c3252f38c56777d5623c57c28a7720fee81a98981067f3c8 |
|
MD5 | 712f498d51eb2f7fe35bb3f5d9268f1b |
|
BLAKE2b-256 | cd28d6d622f76204740c2eb861b980d172e98c136a3453f24a082e207a63fdb9 |