Skip to content

The purpose of this Python namespace subpackage is to provide pure-python implementations of precise interval arithmetic.

License

Notifications You must be signed in to change notification settings

SimpleArt/pymath-interval

Repository files navigation

pymath-interval

The purpose of this Python namespace subpackage is to provide pure-python implementations of precise interval arithmetic.

Learn more about interval arithmetic on Wikipedia.

Usage and Examples

See Usage for walkthroughs and examples.

Installation

Installing using pip:

>>> pip install pymath-interval

Installing using virtual-environment(recommended):

>>> conda create -n myEnv python=3.12 anaconda
>>> conda activate myEnv
>>> pip install pymath-interval

You can find the project on PyPi here

Contributing

We welcome community contributions and pull requests. See Contributing for information on how to set up a development environment and submit code.

Licence

MIT Licence

About

The purpose of this Python namespace subpackage is to provide pure-python implementations of precise interval arithmetic.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages