Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

complex-fraction-0.3.12.324789b0.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page