Complex fraction object & calculation for Python.
Project description
nbasenumber
Usage
This package is using for complex fractions' calculation.
How to use it
import it by: from complex_fraction import Fraction
. No any additional modules or packages will be installed.
Extensibility
>>> # Convert an instance to Fraction
>>> class Foo(object) :
... def __Fraction__(self) :
... return Fraction(1)
...
>>> Fraction(Foo())
Fraction(1)
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
File details
Details for the file complex-fraction-0.3.12.324789b0.tar.gz
.
File metadata
- Download URL: complex-fraction-0.3.12.324789b0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 216de93f8bcc257fd4a58d1d5c5184ba07f9c655ff11838f1775a0ecb1690162 |
|
MD5 | 54a0e88fdd47859bbdc1ec919c42bfb2 |
|
BLAKE2b-256 | fbbab28db318731138384ac65e4be73bab0d70da05af60dc6b26738469e3d05f |