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.1-cp314-cp314t-win_amd64.whl (213.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

mathinterval-0.5.1-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.1-cp314-cp314t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mathinterval-0.5.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (258.4 kB view details)

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

mathinterval-0.5.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (233.3 kB view details)

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

mathinterval-0.5.1-cp314-cp314t-macosx_11_0_arm64.whl (212.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mathinterval-0.5.1-cp314-cp314t-macosx_10_13_x86_64.whl (226.9 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

mathinterval-0.5.1-cp314-cp314-win_amd64.whl (190.4 kB view details)

Uploaded CPython 3.14Windows x86-64

mathinterval-0.5.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mathinterval-0.5.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.4 kB view details)

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

mathinterval-0.5.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (228.9 kB view details)

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

mathinterval-0.5.1-cp314-cp314-macosx_11_0_arm64.whl (196.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mathinterval-0.5.1-cp314-cp314-macosx_10_13_x86_64.whl (214.3 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

mathinterval-0.5.1-cp313-cp313-win_amd64.whl (186.1 kB view details)

Uploaded CPython 3.13Windows x86-64

mathinterval-0.5.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mathinterval-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (254.9 kB view details)

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

mathinterval-0.5.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (228.0 kB view details)

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

mathinterval-0.5.1-cp313-cp313-macosx_11_0_arm64.whl (196.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mathinterval-0.5.1-cp313-cp313-macosx_10_13_x86_64.whl (214.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mathinterval-0.5.1-cp312-cp312-win_amd64.whl (186.1 kB view details)

Uploaded CPython 3.12Windows x86-64

mathinterval-0.5.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mathinterval-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.2 kB view details)

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

mathinterval-0.5.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.3 kB view details)

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

mathinterval-0.5.1-cp312-cp312-macosx_11_0_arm64.whl (196.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mathinterval-0.5.1-cp312-cp312-macosx_10_13_x86_64.whl (214.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mathinterval-0.5.1-cp311-cp311-win_amd64.whl (186.4 kB view details)

Uploaded CPython 3.11Windows x86-64

mathinterval-0.5.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mathinterval-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.7 kB view details)

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

mathinterval-0.5.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.9 kB view details)

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

mathinterval-0.5.1-cp311-cp311-macosx_11_0_arm64.whl (195.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mathinterval-0.5.1-cp311-cp311-macosx_10_9_x86_64.whl (211.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mathinterval-0.5.1-cp310-cp310-win_amd64.whl (185.3 kB view details)

Uploaded CPython 3.10Windows x86-64

mathinterval-0.5.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mathinterval-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.4 kB view details)

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

mathinterval-0.5.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.0 kB view details)

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

mathinterval-0.5.1-cp310-cp310-macosx_11_0_arm64.whl (194.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mathinterval-0.5.1-cp310-cp310-macosx_10_9_x86_64.whl (210.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mathinterval-0.5.1-cp39-cp39-win_amd64.whl (198.9 kB view details)

Uploaded CPython 3.9Windows x86-64

mathinterval-0.5.1-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.1-cp39-cp39-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mathinterval-0.5.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.7 kB view details)

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

mathinterval-0.5.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.1 kB view details)

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

mathinterval-0.5.1-cp39-cp39-macosx_11_0_arm64.whl (194.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mathinterval-0.5.1-cp39-cp39-macosx_10_9_x86_64.whl (210.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mathinterval-0.5.1-cp38-cp38-win_amd64.whl (184.9 kB view details)

Uploaded CPython 3.8Windows x86-64

mathinterval-0.5.1-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.1-cp38-cp38-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mathinterval-0.5.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.3 kB view details)

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

mathinterval-0.5.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.8 kB view details)

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

mathinterval-0.5.1-cp38-cp38-macosx_11_0_arm64.whl (194.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

mathinterval-0.5.1-cp38-cp38-macosx_10_9_x86_64.whl (209.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 853c3a5ac79fd46dfcfbed3a07112af6bcd134dec538dcfe74a66dc7d8e671fd
MD5 6fb6e84234818dced44273f98eeac883
BLAKE2b-256 ecf519bb5906f8229e2edf06da27295ee7f23a3df8ae0619234da9dc2a55a691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7717e31dfd00ef092b467f541334105ffc4e8fe7bf4eece5006cf6d229d815ac
MD5 eda98c7f4a4753d78d54c44cfe804902
BLAKE2b-256 b1a6bfc4570e187c31e543c184bb88c96c36e5cdbbdc101c6a4b9ad59974aa07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b3a282b886157adfd3e36f621b8eeafc9a35001417268226d2b1728b0bd5924
MD5 cd05903d2066d3ed6b5cec4747f1d077
BLAKE2b-256 fd4a025d130c96220554db02f9627d80b1125557ed1811dfab9b1f91332ea77a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40cfa74b98cacf4f91bf0b6886cc3a06c29fbb3247fb33f906194404a73be8f5
MD5 9f73893698f22669bdb9514a82f0ef43
BLAKE2b-256 a5b06e91eb1c3e66067712a7882ac281d4730ea1a864390c14ee8023be96c4ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb7713f288ceab4c6789a1cea5965380c8b39e9c354c8b4c4844eabceda51412
MD5 a5913fffd6418369099d6319b3811263
BLAKE2b-256 dec0e280f29ebc644326961588a13eb38ae0e20d0707ce633a1198bcb41e3fba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1a13aaa814852ea4894d50e0095f153685c4f00698d87219f5eb14c5340070d
MD5 2d2099f3c87d9be892e324ede77f5fe3
BLAKE2b-256 fd621365767a30fc6a5ca6bbb42003df3e67a291d5eb53bbd99d39557fc79202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c26405e5d9b9ec99a86bc2231186a9b832ef76094cfe873f128359a8e5b751e9
MD5 caa39fbdcd426ab97829d05148c96c55
BLAKE2b-256 b41030f320328f60575a524c1b8e1b5c3320742fcb7828d3dae1f49ca1c218e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ff24d50ff436150d75aec19412131e4efb856c1035b615cd3ba9f8140acae1a6
MD5 d4cdc2cf58631b9ecc55d44409633254
BLAKE2b-256 41567f0907f634c5cbe40c186a472253f29ff748ea1bf5db9c14ce641bb1fa87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 427e01b2070b5c67d7195b0aa30972acd9691316775f237919f7e9f484941bf2
MD5 f3754a9356fedc9a7e0b0f2452647f22
BLAKE2b-256 3e08a744c54879428856a70ddfdc598df1a1a641b7afad07fd0e36a2d5faac1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85f8babcf02813912333363639d38082fbdb2948a4b1505dae8e94f86af93284
MD5 f1c68bb9d0a8f8b4dc900c4fba9448b4
BLAKE2b-256 1786c4bc93e6f5c77c0634e8b45bc2676df7eca72147961118996dde209012b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2427dce7a3eea3ad94b540f46a359b91db89361b5023a98b907650e5672cce9c
MD5 b32335e6df713fe886316602660e5884
BLAKE2b-256 3c3eec6d77367d9a1943ce0f469a20c7eccbec78f009e39ffeaa6934b31680db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 19cea0b564ec5c7fd7d4c4c242a6a09a6dd79617176897879f1780b9965481e2
MD5 690827153dfd131ff1255e8bf2a0f20b
BLAKE2b-256 5534a4c95dd5f9c843b3e827173044c4177e4f4f7cf699d98d0e916ff204b57d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d414e09254e09b066146ba2a6a3d6b6331de43e40575ec3b40c803e9851907f
MD5 8d976f0d00d5d93c67def1f040e8bb58
BLAKE2b-256 859c0e6ae71a4e29f619937ccf380e9cb5fc7667d98d6d81264dd555385651d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3b9fd7f4eec027a268128bb651685a31a7d6a53b575b3f0b3e1b9ec7fe6cc970
MD5 f76cffde711198a3d8ef86a57ef826f1
BLAKE2b-256 7701fdefd7e12267644866ae24e975bf4f47d612388e624d51eee5253a6bd30e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b98c8bfbb69df8917af7c694424c0df63ac43235f63e4bc5e48301e1f62f3d00
MD5 49b0a8d611cfe4820868c78bb21b548e
BLAKE2b-256 f2c43288dde48a55e18800df15bf0acdb0a465f4995f54e116dd29c465ade01b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a34313e3e72af7d307d7eaf4d4694631458726a41942f6ac4f62036d5ac8ccc
MD5 5d19668e115582d883a60593a0e956a1
BLAKE2b-256 ce03e66bfec1ee5630fc72b770c8263a2178b82fea0a0a128ff8ec24c0f4099f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4fd9205952bc75bcdaa63d612aff67866a1d7c4f931744303ee879be8d56f68
MD5 6a7f991c4cf5c04e117eba062d140ded
BLAKE2b-256 869b161c1f678271bd49f1c75f97c7e2387878cf88a118e17926afc30fe50643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1263d46392825a47b6237e6ba7b4fdad0aa367347f7222d7fa8f58d850599e69
MD5 1b33c20e71f64a40c14d86668915514e
BLAKE2b-256 602f4fc8c8aed1f7a81a74e9f9a96b62e22ddc919900611b867e81fc81b82e4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dde29a51c0c3b65622f922407333f10230525793c2dc056aa840fba4163db2b5
MD5 72b33623acf15bdeb88c4471d6204f09
BLAKE2b-256 94881355e6d056809e8af9b95aa84f1a0f96a6ba8b0e1878445bb6cf3e4d039c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2100301460deff727149dd357b9325e97b97aeeafd17d6d1319e387fe49a5613
MD5 db0020ac265c0fce723c50d7c047d95e
BLAKE2b-256 8e4891984f9e1f83ce8f83bb9c9e9c225ba5db9580e3efe31ae4c916fef048fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c5263d8fd57bbc3df1c77dd7b9e15e64dfb6a510abb88590c1375647c70e089d
MD5 fff72f1e77dda8fbb769c3e2688f3d6d
BLAKE2b-256 274aafbd3f6f1afef7c76339f47a061c40631b25464f7128ab86437c471429ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eada4b9ad4641880b0ed2549befb3af7c1428cd0f50d981f09e77712d27c4679
MD5 d2f62a85d260971c1cd83dddfded1138
BLAKE2b-256 22e8836bd0b542c3ad37ca5c75293e4f5c4002960f4c5d350d20883d7f40a165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0cee090c0365dbe166e3f3efe00e5762435584e414837467a0b2935fa89b91b
MD5 ebec2cb3eff28ecbe8e01bb0c04f7948
BLAKE2b-256 7138258c5559d5d47d82053129c66ef18b56cb58b0a1050465c462f891a8b588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4438ebd43a3deb1d6b9c817667bbcfc40a5784d85d3ff5c054808447ad33e19f
MD5 23e9445d944910d68fcf3935cd13dead
BLAKE2b-256 492d4613be8185847ca3bb2ae8aeb217ac6db395a910d15bfd4633c9a3a056c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84ab1737ab39d341b5c82b8ef39ccd2e7580af2ea6188581468c49f280c8d6d8
MD5 796415e48d6a030a74fe800c03835cda
BLAKE2b-256 feb626f1aa594443a1e9da64e4ca9ea6016b723020bd3f353f273477c3c634f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eb1fb5b075aeea86fd71b5e2f0766705e4e195db7e276419de6a3dfbcdcca1cc
MD5 31dbe22bbae468477acfddfe642e3444
BLAKE2b-256 709a0d8c7f75042df96259dec00058f4bc4237e702007400f5c8ee4762dc058c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bd5565b27a1d73f5adb5c476aa51f10614c7de6dfceddb1ef5f5585f426f548
MD5 0d5ae824e37486e01392114dd53a759d
BLAKE2b-256 b954178ff452d322d8738b8e407215e299903800ebed4f7b7723d45d9549a80a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cef9839a448698d39e3bf1aafe04e998b0b3611f502b36d3590701249293610d
MD5 a33d5fb790ccb7e309d166e1d1201cee
BLAKE2b-256 cb7793e815646ca616f9b82cc8f2d4c61b6546b9d3b927758b05547fd6268993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 57e9399960d809bbc3b410b5c85c89c0111bc75df6ed1ba2f0a53aa13fe3ed4e
MD5 4ca5093f647aba5a261392350230d547
BLAKE2b-256 54ba5887400e0e25e68a3100ef2b1707c1c0a52753a4be4583a579d764b4909f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3e55b9b208c75480c9ed36d288f638fd0b78ad00e757b4c4b2fa0d12191ae52
MD5 1747cd8a0e1c6de3f434526190c99ffc
BLAKE2b-256 37f6475ef02667f05156562880e22ff1bd9a3ec056410d2d1a385b609ef39c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 925bc2f5617221058912738f68e7cce1247e2c7c0b865bf1b6307acfd94a2abe
MD5 4f889586c50d1302b9789dafcbd3f287
BLAKE2b-256 8ffb8ef2c7d52be68c6a7e5c2b950b1dca7e9ed133739eda3912720b930f80fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 464090dbc737b20dcc3f3ce92d8f86e55ea7f30fc84ccdeb8ca4757f5b034d55
MD5 c467fefb05c8b9ba65b2ea430d8598f5
BLAKE2b-256 3045161181bd0d1ccbb7930b61c47a7cf179328494960d00bea560f2b9f971fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b964f123bf0afbb326808983311d53a755e478bdd368fb1e683890d777573fa
MD5 3c4963da5d7cc766f2b5210e52bc42eb
BLAKE2b-256 3723b4b3de8b9df99bd6b78d035f524930fc546e85313a475505f99c4ca64bf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e98b15e783972f9bb6936fb60940b8641913870ba4198b5c6f806c40ae1af64a
MD5 5a673f74cbcc623927130f22542c35fc
BLAKE2b-256 b60af320bd7f0360ab3403da757e6e2feb5e839268559c411c3da6e3746381e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28ac211b667ddbd087a9c8ed9753a8f177f338d9171636a2f5d4bbcef89d1e45
MD5 d69ced4d5b30bee9d73dce843f0dc20c
BLAKE2b-256 1a3c932354cc15dfdd40861b902861ab0700519901f0cd0ab8784a60d87fb55c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2a8db7f4c59670417a71521ec6f5173030d0531f5fd70fcf39bb65dbef8e7c47
MD5 7fb5ac8123d5d04960b0ed730c6a0563
BLAKE2b-256 05592929c6ca1466aa092254b6b8876147e32775a41924d2e491447209a00a96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cdf77ca0416239ffd01fcb97d435f1c101199aaf6651aeee88e318992e7e419
MD5 23d72719edecf67563f2dcf85cbbafcb
BLAKE2b-256 864b6f59430750e9d6d53c2e0a61b5fbbbcfbfaebc09caa4711912cdf2f2fc01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2349444f4835426709bf11b023299b195a59ea47ad2e23a87e811b048077397b
MD5 b6a31cb4f6d7c460645f808af12cd5f0
BLAKE2b-256 1a1e82dfed15521247e939c376a556ce56227157152cf97e2b1e865e645c62eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28b8fec9ff16f3ebe7d42cdce25cb008efe4aa866775809c1ae0acf62b511e3b
MD5 550ce8dc4e3926dfd702b4f1a72ac9d8
BLAKE2b-256 855e070d31c1064dff4fd91ca8aeb90739668740e546e527dfb1bc624e3bb8eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46b36a71ae23dec79774e4d5f99ecc6788ec5e72653f815198eba2b6a8c96537
MD5 be51070d0d74c14edfe8119454292d2b
BLAKE2b-256 0aebfe7fb00ad76d91556b1c66ceba8e5a2a664a2f84faa21f958b92de01154e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 511b632d7db5f52d0d3aa87256c1a06a67893756ab358c8e7ba6247afaefe36a
MD5 02f5b3a5294dcd794470984ba131bb87
BLAKE2b-256 542ead11cacf34c45190d744f61a5ea736cc6390336e0a8511c8813a3106e3d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d5fe0a64c3411b79de78fe091be5c026ba35e62def6ef410b462592f4821158
MD5 47055a469943fa2be6fa657af383671e
BLAKE2b-256 a34161adb537ea859e7863502c51a1535122e74a8427f68f202c802983558204

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mathinterval-0.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a7ddb0048a0d03ab37f9b62ddd7192ce5cb1fb45b5a63b362007feaef6680ed6
MD5 184da544c8d7e9a4eeffca915a77a9f8
BLAKE2b-256 949170e2439b613757a0946389cb1ffb101757c163bdf0205bcfc61c13a05a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90ec00f8a925a261bb280aa61288341ecbd1ecb803adb7f674764372319c2896
MD5 2a84bb7afa8c39f0a095874da806762c
BLAKE2b-256 c8bc73fe6ef99d4b9383b92cd1fbd1e34f556634be6711f36e6d370eac8e523c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3fa3a4867a11ee456a93232d25ebb4bda888b38f8a9f1aa4fbb53159939a7b9
MD5 f0b2ab99a50576b22578f476642a01ff
BLAKE2b-256 09a6ba0323e95180aa1153e4721c8b114fe987f9c6d522417457bfcf0dea39ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1443fbe8c3ba1543b80901ed16dfd690679f53ffe9084fce8e64a94abc12c8ab
MD5 d62460f28ce5e6939489fb413c3df65e
BLAKE2b-256 5c1f15815734ddd32f5e69c1dacc978cc7028b927e3eb2c65ecdb8afbff80515

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 610d6e21240a27f1869a9f0b18a7871000b1b7ea335c633158b787ab198a37fc
MD5 97679f412d0f4a6fe964ae80d33fc93d
BLAKE2b-256 c5d630f7cd69b42e3247439edcaed6714845abdac35aa3f4cd692a856c211aa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b7c815723719f0279cb78dab9cb2bea714102731a867ca0962f93646e067149
MD5 5fe515d8713927781831d02423a7f961
BLAKE2b-256 50dbb9e6582dbab267140ebbb5eccf084d3a59c3ff5c73e7c4972c3527c6da1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bab3e18d676c2d69d62755f67f05926293d973343cb43686b365b54d0c18ddbe
MD5 942fcae6de793fa16543eb09bb6d4f2e
BLAKE2b-256 ec690b9e96bba9f2a58efbf29d565abd53d42fdbd5e9773fbe99a378de7b7145

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mathinterval-0.5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6e35bf9681c21bc8f618a39a3781190c344fe6b8a2a269d28dab82a88f17f9cb
MD5 b7735f8e743533d97d5eeb5aa782385c
BLAKE2b-256 26226f3b31d1d251d7726da9381d47c4b30a64b0e246730506a1fd58c399a767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 601a30b6220c5f9a392cb2c59783ac686e25b866b86100b100645ae9b8786e39
MD5 fbc4b76f51643a5ea830f46b372c297b
BLAKE2b-256 ce0fa13e21032461956a8d542eccf519cb8bfef206241676128cc5465fab52b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36fb8e247f1bbb689ca1d24e61487b2ff8ffbb2a946ed3febd66304f76be2b0f
MD5 ca18d478c78e2c2f264f4de382f87fe4
BLAKE2b-256 ab3428a3285669f1e64ca70569bcb0bb28f50cb7de41d4a5c9b43348dc7f465f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7a149d20a3985565f705984b3a4fcd95e6be3702cf1396a0dda96aefe7002a3a
MD5 6b8fe569c3525aa2c5cc131a9c95afe0
BLAKE2b-256 9b91737162db63b683043105a514ae820d03c112d0a2bc41e4d761c8bc6fa168

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2df13f012966b24ea87f216c3a8c5dea2ac483bc9ee9b7a07fe0c5a1e5eba4df
MD5 2f4672183b36a26329460ec68e288e03
BLAKE2b-256 6368fdf2279a000928addc16bcb7dddfad240ddbf54bc4c0ef5901c6067600a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45841e7f3f67d5c4c81894c61c37e67768f4b613578592a6c31294d809566a89
MD5 aedea2250155e91e1b52e9bf2d71ec05
BLAKE2b-256 a7cf9a87eeedc273114018a6a95a2ae221aa176636e76d2ab32d2c6e70dafb4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67fe5f2e86ac9076ad5ce8effa1243ed0e5e3f1a312453a8ca661514c27ff5e5
MD5 a80059386142888a3ccddb11e234d491
BLAKE2b-256 e4e076845f06a882a1eff009074cf31b6d8a99e2ce061d03d7fe735fe2886f21

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