Another simple mathematical package in the world
Project description
introduction
'wmath' is a simple mathematical package designed by a bored undergraduate who wants to review math and python at the same time.
features:
- wmath use a class called 'Meta' to manage the global meta information, which is not allowed to be instantiated.
- wmath has its own class Fraction as one of its basic data types.
- param '_new' is a bool data, included in many methods in wmath, that decides whether to return a brand-new data or apply change on {self},
- '_deepcopy' is another common bool parameter, which decides whether deepcopy or just copy. in most cases, _deepcopy is True default.
modules
- meta.py ------ manage the global meta information.
- number_theory.py ------ handling number theory problems in math.
- fraction.py ------ the operation in fraction.
- paradigm.py ------ the basic class of paradigm classes.
- polynomial.py ------ the related problems in polynomial.
- matrix.py ------ the problems related to matrix.
- cross.py ------ define cross functions that involve several classes.
reference
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
wmath-0.1.0.tar.gz
(19.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wmath-0.1.0-py3-none-any.whl
(20.6 kB
view details)
File details
Details for the file wmath-0.1.0.tar.gz.
File metadata
- Download URL: wmath-0.1.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02bf17bb87a083a87de1820efaad04a51edc62d6bacf24caf726af84dcaee146
|
|
| MD5 |
25d369304e5033bdf958cddcbdc71603
|
|
| BLAKE2b-256 |
a1159b665b215bc1131a9941a36e47da645acf2898d58a55b88c3fd711da2884
|
File details
Details for the file wmath-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wmath-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15a532dd77986ee04764c96ae44064a12bdc640ab3187c4d113288ab46396fb8
|
|
| MD5 |
b7581529815f7140b2fc291974d4ab3c
|
|
| BLAKE2b-256 |
d2cf39564f05d31c09828e775f4eca506d94108209dea75c854ab5309e4d6fc5
|