An open API service indexing awesome lists of open source software.

https://github.com/simpleart/pymath-interval

The purpose of this Python namespace subpackage is to provide pure-python implementations of precise interval arithmetic.
https://github.com/simpleart/pymath-interval

numerical-analysis numerical-methods python

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://en.wikipedia.org/wiki/Interval_arithmetic).

## Usage and Examples
See [Usage](https://github.com/SimpleArt/pymath-interval/blob/main/USAGE.md) 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](https://pypi.org/project/pymath-interval/)

## Contributing
We welcome community contributions and pull requests. See [Contributing](https://github.com/SimpleArt/pymath-interval/blob/main/CONTRIBUTING.md) for information on how to set up a development environment and submit code.

## Licence

[MIT Licence](LICENCE.txt)