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.0.15.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.0.15-py3-none-any.whl
(20.6 kB
view details)
File details
Details for the file wmath-0.0.15.tar.gz.
File metadata
- Download URL: wmath-0.0.15.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0047e3d18231c32c0a676975f8576294dcc2cfefc94fb7459921c9a4c2642347
|
|
| MD5 |
af0d3aaf90d8144794bff86eedd97c85
|
|
| BLAKE2b-256 |
915b382bccd58f96a617973307486d529ad08fc16071d0cea917e7e94a969d59
|
File details
Details for the file wmath-0.0.15-py3-none-any.whl.
File metadata
- Download URL: wmath-0.0.15-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.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d519da8093440b019c425d8214b84e4e5dfbaf1db8b17722244f12efacd8611c
|
|
| MD5 |
8f1861d73f7d4346f8771741ece7dc30
|
|
| BLAKE2b-256 |
5d349785a254cdbbc76ddab9cbc11f1a547cc96de326acef6afa3cb2abb29fab
|