Skip to main content

Fast C++ interval math bindings

Project description

mathInterval

PyPI License C++ Python

🇷🇺 Читать на русском (на Github)

C++ interval arithmetic exposed to Python.
It can also be used directly in C++.

This module provides classes and algorithms for working with mathematical intervals (multitudes). It supports:

  • Construction of intervals with finite or infinite bounds.
  • Smart search algorithms using user-provided lambdas.
  • Conversion and custom transfer of interval data.
  • Execution of arithmetic operators between intervals.

All classes and functions include Python-style docstrings, which can be viewed via help() in a Python console.

In C++, each function is documented directly in the header (interval.h) before its declaration.

Installation

Note that the installation method for C++ will only put the library for C++, method for Python - only for Python.

C++

Variant 1.

Copy the src/interval.h file to your project and include it using standard C++ mechanisms (#include "interval.h").

Variant 2.

Run

git clone https://github.com/Fedorrracora/mathInterval --recurse-submodules
cd mathInterval
mkdir build && cd build
cmake ..
make
sudo make install

After that, the library will be fully installed in the system.

Now #include <interval.h> will work, and you won't have to copy the file into the project.

Python

Variant 1.

Use standard pip package manager.

pip install mathInterval

Variant 2.

⚠️ Before building, make sure that the build module for pip is installed:

pip install build

Run

git clone https://github.com/Fedorrracora/mathInterval --recurse-submodules
cd mathInterval
./load_stubgen.sh
python -m build
pip install dist/*.whl

Usage

You can view the full reference here (on GitHub)

Uninstallation (Python)

pip uninstall mathInterval

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mathinterval-0.5.0-cp314-cp314t-win_amd64.whl (212.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

mathinterval-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

mathinterval-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mathinterval-0.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (258.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mathinterval-0.5.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (233.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mathinterval-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl (212.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mathinterval-0.5.0-cp314-cp314t-macosx_10_13_x86_64.whl (226.7 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

mathinterval-0.5.0-cp314-cp314-win_amd64.whl (189.8 kB view details)

Uploaded CPython 3.14Windows x86-64

mathinterval-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mathinterval-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mathinterval-0.5.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (254.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mathinterval-0.5.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mathinterval-0.5.0-cp314-cp314-macosx_11_0_arm64.whl (196.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mathinterval-0.5.0-cp314-cp314-macosx_10_13_x86_64.whl (214.0 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

mathinterval-0.5.0-cp313-cp313-win_amd64.whl (185.6 kB view details)

Uploaded CPython 3.13Windows x86-64

mathinterval-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mathinterval-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mathinterval-0.5.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (254.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mathinterval-0.5.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mathinterval-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (195.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mathinterval-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl (213.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mathinterval-0.5.0-cp312-cp312-win_amd64.whl (185.6 kB view details)

Uploaded CPython 3.12Windows x86-64

mathinterval-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mathinterval-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mathinterval-0.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (254.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mathinterval-0.5.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mathinterval-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (195.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mathinterval-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl (213.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mathinterval-0.5.0-cp311-cp311-win_amd64.whl (185.7 kB view details)

Uploaded CPython 3.11Windows x86-64

mathinterval-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mathinterval-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mathinterval-0.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (251.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mathinterval-0.5.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mathinterval-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (195.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mathinterval-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl (211.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mathinterval-0.5.0-cp310-cp310-win_amd64.whl (184.7 kB view details)

Uploaded CPython 3.10Windows x86-64

mathinterval-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mathinterval-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mathinterval-0.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (251.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mathinterval-0.5.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mathinterval-0.5.0-cp310-cp310-macosx_11_0_arm64.whl (194.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mathinterval-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl (209.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mathinterval-0.5.0-cp39-cp39-win_amd64.whl (198.2 kB view details)

Uploaded CPython 3.9Windows x86-64

mathinterval-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

mathinterval-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mathinterval-0.5.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mathinterval-0.5.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mathinterval-0.5.0-cp39-cp39-macosx_11_0_arm64.whl (194.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mathinterval-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl (209.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mathinterval-0.5.0-cp38-cp38-win_amd64.whl (184.3 kB view details)

Uploaded CPython 3.8Windows x86-64

mathinterval-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

mathinterval-0.5.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mathinterval-0.5.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (251.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mathinterval-0.5.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mathinterval-0.5.0-cp38-cp38-macosx_11_0_arm64.whl (193.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

mathinterval-0.5.0-cp38-cp38-macosx_10_9_x86_64.whl (209.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file mathinterval-0.5.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 648a281a93426a1282046198223bf0a9f92de9330ef8bef1ea2c59532176cccb
MD5 f27f045099100ac60507d0e0006126fc
BLAKE2b-256 a30b71acf643b04b777923476eb051435ead1103780d9e1ae4156a5b57be6937

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e86ce6976ef1815e0904069e742d13cf8ad5bb4b51ed51dbc2175c69cef0e8e4
MD5 2ef559709cbbfa9ad746ddfca4a59b54
BLAKE2b-256 45e6bf881760e3d70a64c0e95bae3dbe4786aba251a5a8a494d8275cca7b6673

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 776a6930c76b2eb0c086197bb9117cc5fd54ebb12db8b70c3fb738c5b6317c18
MD5 e926f15d220a1bffcbe71d5134a2f429
BLAKE2b-256 99bc9aea783111790a8720de7db81e74e6b289c983d75b63b6afb91745516e2e

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbf3362e33a01fa6b5a0236b5882e03bdf2254d469a561b8d7628591c9c38b85
MD5 568a0cf380c19321ce0991536aca4741
BLAKE2b-256 a5c8d7440085c1dac74c02a07c2b2d032e046c62cc6e5743529a30f8270a01fb

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34fd227967b1291a626f81e868f278e18eab2b7785b068bad2d7ed66c6fa37e4
MD5 1c1cb7d47c32a27616037036c1afdccc
BLAKE2b-256 157bbbfc233acfb3e2cb7f3a9420cd92fd770476eee5c07cb4bccef23b895358

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b05514773be2c67ee364bb0dd599a94fb55d0c9d020406068d6655f52fb841fe
MD5 3482d94eb2c551bc8002b23d9845fa20
BLAKE2b-256 03af41a80eaaf19c086c43a67a0ef8c9577fe1eb156954ffd2e8444aa2779664

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 06b4b9bce3f9559afc851aaa580ea07b1fcd2be2414fbe72ae5621d85722cc33
MD5 4099ec59ad7084d8d1f09c8b7a5f5560
BLAKE2b-256 69a98d0810eff731d93e665f4c2c5cc6670e43f53d3b46621059b19f8ac17950

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 800359b5ea5a54f43f48a4ea2fab38e4e80b49c693215ecb2ccf8d93cff3a791
MD5 34dfe5071fb94b6fd34f8e820027defe
BLAKE2b-256 0eeb27f9d418275bc8c01f2c35c87e29743ff1fe129c0d326f80cbdad8a337ec

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33e9169655c3ba88cf84e406f8ed42121e228605cf1a8892e0d07711d3040773
MD5 a774235beecc52f67cf3b5afddae3a3b
BLAKE2b-256 738c21511a077400fd696019faa9d5f0a6a35fa27f9a8d77177c8f0d6d38cac1

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6915dcab68cbc64caa39d55407cc1e8a00825ef5f068bc77a2e1229aa156c72
MD5 6560c677cb820b74a6e18e2d4d26110f
BLAKE2b-256 e5e6f4587e9775951221bc6bafdc91c8dfa9b587aa488cd03378c2096be6389c

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4ae3d5f26577d9b236ece66d87928375f10e51786b2278cbb3d8800fa4a1076
MD5 1b27b8f3c3bab41ac21bb9636d7af9fa
BLAKE2b-256 72b508582d203d83ba8f8da5f77b9c502119d89223e96b595b15fe15580aa733

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0fed1976fd7f5fff6414dca75827e83ecfe1e97e1273145816a767e4da4db92
MD5 b9cf029ff1943df2d82c094590e33b85
BLAKE2b-256 c20098a2f6c603a7c29dbc2d5bf40564054ea7bbd15fa05ef7951b9ce0fd507a

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1d29666972172c9f2f980a1ff4d07bffcbfd96bdaf8d006778a17bc952e604d
MD5 6bf56c16101cd65271e07e55661b079a
BLAKE2b-256 5d9e6d9a9766ab6390897318e91cdd7310c6f2bda6e071d3de17a38e2724c0f3

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 91d92d2a8088782c3bc5c342dea6ea4ece6bc382a8b887b5d4aef36ac862ec02
MD5 5f336f94131b8ce96d352beaa642136c
BLAKE2b-256 58b0d357956e39d2bb912ef7376062d123227e16e71672b9f95786318faf96fa

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1cd49f1c2733c233b7d9cbcc625c23f103f50f50cff46bc73cbb0a4be01eaf5e
MD5 83c1b275664b6279381c916bde507218
BLAKE2b-256 801a44892b2c201f3db0e6c79ce5f16db416eb248200a49c899bc2f35ed6d0d2

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63c848e9780595845867fef56cfa9a5c4c219f0d34c295c392ec97f01fc78172
MD5 a4532ce0edbff6a250ab3d4a8b881afc
BLAKE2b-256 8392cf9ef55c5a741cefa01729c7cba74939c931ea9d6dbc4a1cef15bbff2bbb

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ead61d7c940ea76578ee5c788c59bf0b07642bb9a49ec6a7b66b894fbf1e03cc
MD5 979ef8dffabf826b7c1b50d5e52447de
BLAKE2b-256 92387862c7369f792ff1e5f7275d8d5acaec3b578856140dfec95944eec02825

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acdb161cde25f8fcd54e3c9c885e5cfb152d749abfbcd3a82bb4c4fa816c6a0d
MD5 995ac4107e8139cd016872f237dd7a15
BLAKE2b-256 1757dd622bb99c931998361659466928d35f8d5b2b5c5c03d458da57282dcb8f

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d6a9705324682eec02a7decbf0b439bfbaab66a65d30787732b0c60b644a04e
MD5 0edb5bbc204a5305a51a6483a94f2427
BLAKE2b-256 1de91eec1ce7e315a1b483e3713637ec5b9b6570fd500c682eb458b7786af613

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf3dd18e26c6ac397449f6ee10f4c18d887865a28f346875cb9dc2803140006a
MD5 0ccb40f4bf257ff8ab9a123019fb0c57
BLAKE2b-256 780d2d8b84ae30fcab48a71a92f0c7a4227b479f2ee72d7c8a71c532208b032c

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 95604694d690e83f3a8e22695429fb52df106d0da6dbc7e7b5342d0df182b303
MD5 41ca985a681ced913a6b8b406f6e07c4
BLAKE2b-256 d44a825b22e964875c9d758bb8ca7c40e37ddf05faa1d997ad0576b11332899d

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 778c51f7f215a2bd14907a324ae7e1aab404b124a54d1c301034ad66786ea2db
MD5 fc26c66a686e5f73819a5c7a70a0183b
BLAKE2b-256 55be91eba2fb323fd4f4933750ca4f14e73616c724f04c09437b218424c17ff4

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 602deded7cc004aa52a1cd4b9835d9b999b28afa77d27a894a6c96f694f9a3ae
MD5 801239cae1a3723cda4168cf1245428e
BLAKE2b-256 233332a68392328523450c9dccb96de2837b2a1a749bbd1c0ee829f2e5c96fd8

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb19083a07c05686c3660ee04a7d496e03db8af512e1ede2a78c6fcfdc409f94
MD5 e1b0df134458eaddaa444ceff7974a3b
BLAKE2b-256 9511e5ace4ee716581f3bd0f879e086cb322adb1018999eec3b791fd24880be2

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43736750a089f5e523eee6029e61b318ddb1f13ddb1797298e401515b7fd6072
MD5 98138e73fe14f7348794c1e56284d035
BLAKE2b-256 62b1fa8bc0eaf9b7c43a17151d5ba7f2027e9acf4379c5e014d5714484238626

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 825e3773ab409f88d5b181720bce2e67c28f16fb4e7ddf274b354e8eb15a6d51
MD5 222781119950d1b804d3fedcf4eb76e6
BLAKE2b-256 a8fd9b7e589138184e475616934754d1048c4e0a7d7a43f3f4f2366df6e34f42

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c53997e053220fce851e89d3e1a5bae6731d6fec409e77bbf5ce53a5ac88f746
MD5 d23fe8bfa01f9824ebcdf74b0d647852
BLAKE2b-256 6f6c6b00290d443fe662d3a836c04b4557f0d7164945cd7e6dd01f16d565489c

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7cb801cca3aa7561d19c3a32e793bbaf6a9496dc629b602683ed10f77dc25f7f
MD5 5e0e6ff4ce3bd9899174904b2c0bccfc
BLAKE2b-256 e50bccb52e00d5c6a803bc4e3ec3e8d0a86986056ea295071b6a8e64aa38a871

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 399b7658c7777c544f6a7a03641009de1f45514a27d2301a5b3d3cfa099e76dd
MD5 7a1d84859247dce76719ec3fdda2dfec
BLAKE2b-256 bebc8ba43a050fd15fa6e5529d8e93efcd37dc798f0d2fbb74cdaa23585e9242

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3bcbdd6d59d5ddfc7d30f92d276336faf7ac24bab5db66a4759bc43ba270c0ca
MD5 af1ce2365b617db2436c9081b5301e75
BLAKE2b-256 720eca606755d9d67d3c4d4f75684df78b227bd3f1d5bc6a996b52012ab25c1d

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 915d330a03662534ae8ccb8c341ebcb5553429d57c7a20cacf9c314e2886233f
MD5 221950c28e5339a74494f44ec19815a5
BLAKE2b-256 f5b34ed737c11b12f77dbf7cf40f8e3144de1fc64815ea9524c4edd3c98fa281

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e57eba0820d3e682fbfc833a2e9b0266ac8272a4be440aea3d282c062030566f
MD5 6c94c4f17e1ea512afd3c55abaae4e66
BLAKE2b-256 9c0d24bbd7f0b6d212aa68b60d56e6fdb32dda7f9462d6ba8a1bbb05997bc3e5

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 576563b9861d54c7a7c4b825cdec25cc8328854b565a662fd9183ac3c0ed4bcc
MD5 f67217ddfcdb50151dc64853ae874599
BLAKE2b-256 f36d43ab1710072af6b693e946c36e4ce3311ee6786b2258d6838860368f5eed

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06861a624e64d8c5887d309c90eacc022cc785d9dd565999af6101d160752f53
MD5 90d06d12282fde33faf6e11d6c6a9e88
BLAKE2b-256 879f3e1ca7525916b09ce679b361c7db7815b2eebf888b6da0766a151c345541

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3003cc2c3dbd1c0dee6161f9a3947eb491750a9df090c28be8b5b5b4085836d8
MD5 c75d15bd8b1e82be95f8abe189a0e2ef
BLAKE2b-256 7ac669e59821b1a170de00b1ac0356fbe6fd4981a384bd634ec1cbcf734cbed7

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0b37323ef005b239972d851c35d3cb6aa22480dcb66994b36714be43bb37a52b
MD5 d021f839dc40741e39ef87866ffd5e57
BLAKE2b-256 12ef4f9413c306d18c0b11bb6e39df28793d6bd13754fba3e602b8fa844a119e

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50665813dce578eb3f8ec3f72ec9cbb48e712a0f3fc47ba8b36a90b9a2c209c2
MD5 b25ee1a7e1362a1375ca77c2ffa12a01
BLAKE2b-256 9281da7d39a4bededc09e7ae461e54894c482b5b3757544c1669b2648c428a61

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2557730fa6bb0d27a7d55f4a54611f8d700a9a72c03dbf65e56f4e82410c324a
MD5 d738b3afd4ddcbd62f2eea134a3b4674
BLAKE2b-256 6489c03a53cc377997022e1b5d1c44385a2eccde933942c523a2e8095a4ff7d7

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc6f6684bf3b86eeee5d664ba33319a49496a45f5e7382b0f156fb2a94e9aaf2
MD5 4559cc81096cba4d4030032c3d7bb48a
BLAKE2b-256 fffd7e93720a73a5577d51da932612e82c3117353bf76504e21ef60da9187b67

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d1ef9a21a1c113749075913ddf4ad1385228378a951b514ca53c5b1c97a783ec
MD5 eb043a514a16f101321f7a8c207a8408
BLAKE2b-256 05d21fdb991c8f73b141c6acae7e5f041b1dbd0ad85da165515fccdefe3fd604

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64bf9873343374dd35327a02fd7702c72e0b42cc237c6ab882127072adf5d5e2
MD5 7bf0a4e919ad627294a3e487d9580448
BLAKE2b-256 196cbd258b7846b922b53310b6de5e383eda5e2d176fb4dd86f28e7eff334714

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e14731b347e2b595f85fe7160b3aed36da37c0aaa1e5817f50d631679eba544
MD5 13139f87d778d3fd50c4ddcc244e2e01
BLAKE2b-256 b9cde225d488aca4452b08da7e30eafbf6daf0026fecab07d6f8dd89901decf6

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mathinterval-0.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 198.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for mathinterval-0.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bee30804a32ada58c99dbd6cde6a4c552a39b7919e548811c7b4afa2bd9eb11f
MD5 75ff6364fa67c83e09de2c90b7ca6376
BLAKE2b-256 44525b1a616e2a8fbb01b4921008c9a33e5dbe950397b36643471269a7e658fa

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de8cb1af84b1a0abf3afb45bd0309fad9fdd17a5fed6689360aba218ad99f078
MD5 cc5625663cafc730e637c018833374a2
BLAKE2b-256 95ec4570afc6648f19498124466858089a63ec1d812be224e4964ee6c656dcc2

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2baaacb7f1d05040ef70d4fc0b983d48a8cf4a1dce941c8990edc589d83c099b
MD5 0d198c35254274637048ddeb9f292f7e
BLAKE2b-256 d24a2669cf61348b90279e49dc202e84c621db951279354491e182971c41e56b

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4b9496602693837efcebf335a1f7c26a5abefc8fb43b164267ce28e0f3c23e8
MD5 cd54362b77fda1e447deff477176686d
BLAKE2b-256 091b4290751cec115b8434d0bae7c2857076f72f20552114d5a85e98d384f7cc

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6972c10a9631cefa9988b87c92087cb8628873eb35e6e5b211ec16311e742256
MD5 3d6da126d965a60891d4a8415114f3ca
BLAKE2b-256 23a4d36c5ed85f38dfd4fc7eae3e6fdab49e568967875556b9da6223560571db

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 faf584c786ae6170ad1c81ba8994f94eabecf222f8b468b080449e77aba442f7
MD5 71d7579b277d40e97773681fe08eaca3
BLAKE2b-256 dff5ff042ced97f7f71e58fd9640ca89151e9d3f01c5fefcd5e5a6391f53296e

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8790ce7c89c7b41ab8103ffd801f9d6eaf4ef65be06f373fc5532b8e3005f22
MD5 17f0ed26b1b5c2692b04e4565eb3adb0
BLAKE2b-256 1c1ccfbd0521933adfe117c0287298776f7bf8be78d51614bf9d421b761f9146

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mathinterval-0.5.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 184.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for mathinterval-0.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 83b923fa41abdd6a4f9fe7e54e8bef636374a6a40d9dae822cf3cd1915473b41
MD5 6b8d43e6441def2822468f28f84b797d
BLAKE2b-256 64162106726f31ecdde9de9c042aa14c3cf62f289b210720a3eae464e1cba4ce

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f444f0f0372d2220025a71f6c70bf4002f69431e500f2187c902b6e2f01554f4
MD5 1a718b9d67bca16d7d2b46961311d59e
BLAKE2b-256 ecc7185985c3d3bb25cf61b24bf815013323c01d673f553d2003eca7edcfc700

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12898b5585352ef7bb7c3e69a9cd40e67d807503dffb6846b019417665c5977f
MD5 cbca47653248acca23e77fa8dfb8727e
BLAKE2b-256 6219a766d525b81f700452ee9ac1085d406d8a873b602271ae5c59494594d2e2

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 130fae227d1c6a81ecad459a70f79a7ed10ab57de8d883dbbc64bbf1f5d8ce9b
MD5 033dae8e94466c97c04831d3b368cd1b
BLAKE2b-256 6bc440f7eb40f69222e566bad76b2c9f615a728598a47367b0e301daeeeab2ce

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5500152e6ad780a8b670d1f714c57b0a46586fa3358773c5fc957b1b1c78d6f1
MD5 a52d20126b972a59660e4b0c5bc37abc
BLAKE2b-256 83fd378e50455ebac127d76eaa9075d77b5b2f8d23b5cb56f5a953a741ad9b19

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a94b3f952bc5f4e19d483248f7f2e5dadd4d22be14cb77d93125ba3927bab1c
MD5 462423304c70246e710bc4919cb44729
BLAKE2b-256 0f2fb14b9a660bfe4baedd97005b42dc12686db0cb4e51f9969f2f461f70de8f

See more details on using hashes here.

File details

Details for the file mathinterval-0.5.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mathinterval-0.5.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e86117e5170b64011ea7c79c0443c669dc13695fb15acdf819ffaffd69d6b592
MD5 de776854ea8205edaa97bc7976ffe620
BLAKE2b-256 716ce88d44474a1de17d790547e06ac4982993fc7e901ea2acdd256ed2ae9b8d

See more details on using hashes here.

Supported by

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