SimpleArt / pymath-interval

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%