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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mathinterval-0.5.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (260.9 kB view details)

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

mathinterval-0.5.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (234.3 kB view details)

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

mathinterval-0.5.2-cp314-cp314t-macosx_11_0_arm64.whl (213.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mathinterval-0.5.2-cp314-cp314t-macosx_10_13_x86_64.whl (228.0 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

mathinterval-0.5.2-cp314-cp314-win_amd64.whl (191.1 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mathinterval-0.5.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (256.8 kB view details)

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

mathinterval-0.5.2-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.2-cp314-cp314-macosx_11_0_arm64.whl (197.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mathinterval-0.5.2-cp314-cp314-macosx_10_13_x86_64.whl (215.2 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

mathinterval-0.5.2-cp313-cp313-win_amd64.whl (186.7 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mathinterval-0.5.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (256.0 kB view details)

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

mathinterval-0.5.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (196.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mathinterval-0.5.2-cp313-cp313-macosx_10_13_x86_64.whl (215.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mathinterval-0.5.2-cp312-cp312-win_amd64.whl (186.6 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mathinterval-0.5.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.4 kB view details)

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

mathinterval-0.5.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.1 kB view details)

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

mathinterval-0.5.2-cp312-cp312-macosx_11_0_arm64.whl (196.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mathinterval-0.5.2-cp312-cp312-macosx_10_13_x86_64.whl (215.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mathinterval-0.5.2-cp311-cp311-win_amd64.whl (186.8 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mathinterval-0.5.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (253.7 kB view details)

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

mathinterval-0.5.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.5 kB view details)

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

mathinterval-0.5.2-cp311-cp311-macosx_11_0_arm64.whl (196.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mathinterval-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl (212.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mathinterval-0.5.2-cp310-cp310-win_amd64.whl (185.9 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mathinterval-0.5.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.7 kB view details)

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

mathinterval-0.5.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.3 kB view details)

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

mathinterval-0.5.2-cp310-cp310-macosx_11_0_arm64.whl (195.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mathinterval-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl (210.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mathinterval-0.5.2-cp39-cp39-win_amd64.whl (200.0 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mathinterval-0.5.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.9 kB view details)

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

mathinterval-0.5.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.6 kB view details)

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

mathinterval-0.5.2-cp39-cp39-macosx_11_0_arm64.whl (195.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mathinterval-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl (210.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mathinterval-0.5.2-cp38-cp38-win_amd64.whl (185.3 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mathinterval-0.5.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.7 kB view details)

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

mathinterval-0.5.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.3 kB view details)

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

mathinterval-0.5.2-cp38-cp38-macosx_11_0_arm64.whl (194.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

mathinterval-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl (210.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b7bdc66a23db495424b54284dd688b1b1300c1bbd4331c61a3f087f582c516fb
MD5 d1b14a4e5998a89d0a50a58b20ceb6e1
BLAKE2b-256 f5a0839ef5a46bf640a677233c7e39349286b1dfa4cb597f72e722411a895bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f1cabd0f39676ee5260c0d327cdc112553f886d0a9aab693c71bdea750a7dcb
MD5 5ecb63a183baf196b3a49a31ed50584f
BLAKE2b-256 edbca2b7d0abe5f80a48e43855c6a8587ae2cc337f34d7edae439f34b92eda62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1f11baeaf7ab432ce5c5265d1c5bfdf26d9f611628d9261b71234158160f5f0
MD5 27a8d3e774bb2c290c5ddc6ed9b09f21
BLAKE2b-256 cd2035b6f07d25b0cbbd46cce25177b343c67ed622102af3bdea734163f5569a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9954a5ae864875eb1a34264d4aa6a1f9d17c589ed0eee5df51c25f1526b7cd41
MD5 0df85dd3787d2da64bf9c5642d7041a0
BLAKE2b-256 590ec14050e80aba4a3a03802ce14fd8099cb4afe3a24c2d3e4a36d4cbb4fb22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1725bc7512d8615830cd5a026446d0416e5f297cca1c4a21801539a54b6ff7d6
MD5 a9cbc4a54c5df496942921e2747d8a47
BLAKE2b-256 7353e7a9eed8d1de3ce3a62c1875bc5d6ab785f41b53a6aa09c6a0f69722627b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5acab9da4333e37eb91307cc9b43b92321d9cca8626f43fba313a5d55673569
MD5 8ab55cc4fac7a78dbf3c75ec72a0773b
BLAKE2b-256 f78329de913f7f775254eb6bc5f193ed4dc44fe03634fbda3e42e43fc921cddf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eb0ad60c36ee3a170cec05651fa74494b3cd4f48e4642b0bb0f894b8a601edc7
MD5 6224031c781000b082ba185bce1bf783
BLAKE2b-256 ec84406481f69551f8e03595f3b6e59f57ba37eeab39d4761e4b1a1848555035

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 536c65f38b76553f85870623566e1d1ea1274bda3b9e4ad52d06516764dced43
MD5 4afd1316ee2e2d7ac85731fce1726408
BLAKE2b-256 74b185030fa7db7aac127f74d35bc4d572339705d1f7290b8acd1e9d6312d943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eabe3bdda6f416b4e51f7941455c67b16435fcc1c949243214b1336236a44fb2
MD5 5b354d0d4e710afc1c51fa0369de45d5
BLAKE2b-256 961bf1ab97e7060642a2523be6bafa739cdbf362de329a1809b1ece1d9562c61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e9181bcab07f6ce5aca703b38f0b4ff2fcb9a97ca8c9962a8561720ef2df91f
MD5 56bd11ee004b508188dd57e6d493b507
BLAKE2b-256 cf3b0536d2a9b7cbc88ea6d15335a20d9fac0d96fc60b026a7b2868a3df65207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 887951ecf9b1370ef6678ab6c738b3f98918a2c0481ecb13686e3e44c249b8e1
MD5 e7ca0fe95fd037336356dece88bd0276
BLAKE2b-256 02e716243fca6ad8d9fb4a3a714ee58c97c8e8a418cfea9245bffe0ef770128d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1aa4b66689ac498638a71b22f20f8da983745a4da1dd9234e211949fdbc6344d
MD5 a6b6b606747f0758ae68cd5cb23953d4
BLAKE2b-256 29697da0908e31385acc9a1d275b416a415ab6c62df46e194798e7f9fe6bb17f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5488467f0007aa750a1b9a4cc9add0d49e32e718c923b91fef1dc11058cf3ae
MD5 8d444aaf1a7a343bcaff548f5c2ce482
BLAKE2b-256 311eae180c8a359e5ad166294f3d7b8da38d27797431de149864259db466cd38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bc5b8058a4500f439f7fff8c78a20241244a7f1aac2c2960d86c0f3c9ed464f8
MD5 63d16e599a0729a6fae9af06e4af2d1e
BLAKE2b-256 ddae715204fc40e1ee60a54f9e18f303146c064415941e894e6baa663808883a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cc8f02edc9a2887eb382689f28c2a8ebfb07bc81bbbb8f9b12594aeb07971740
MD5 03c7a30b4c2326d9746e521d06afa21a
BLAKE2b-256 243160f1678defd08ed46c59f90d86f21f28871bd62652045366e3ee3654b6ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a53ed5e924082a6994cc88a9a45bac96b756cc2d92add97bf2bc61e3ea7249f7
MD5 081ce12a99595461a4f9fde429bed556
BLAKE2b-256 6b51547e4e4d182e44890474b3df8857d4ba336bd571260829fd169a4a2865a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9775b0331bbe63d8e4026aba43b4b4026190c10feb98692f7701cef738edd261
MD5 a886713e29dd635e68fba1fc35f342e0
BLAKE2b-256 440e171c272c8be16c9ad6e5955cbe85d0d4edce9cd9a023b3d7a53054084a76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca7b1cdd3469fb53cf54cd45821a8ea4f508d0736c418be4adf31968b2e648da
MD5 97a7ac7e7c704396d93b72611502acff
BLAKE2b-256 17e4d6ebf0ab8efbd1f9c37187c6e5f003454b2a03ff74aa0062fa6356a09663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd86a6824ba176e1e44963d6af9f7c409b62c09279b3b63690e03e160f49c596
MD5 0ac9064419235f1703f13577fe3c9b24
BLAKE2b-256 6becf8a407ebb9cc8a9147e87da28fd1d5c58aa5af9fee1fc6bdd4ddb535c0e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7ba7c870215f713ebde7a055c3dfd50ff75e1bd89067518378581e77a727593
MD5 a9a5b50ae90285dd1a76f799871bb0ab
BLAKE2b-256 30a4bf89f3c03e230dd8788ec934e3f50a292c2ba72eeee5cdf46666a3b67bc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6d13f1f38cad07793aa37b68590527507bd384034db7bb94849286bdd546f05b
MD5 e0778d9c21c23be36e0a05ef7db23b1a
BLAKE2b-256 773fbdbb9839cdd504ca0718d90383353bd4252f03c066ed71af75e4fe8cb995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 80b459557da63f63c48fc2e2f19278df3a7d8202ec55af05639e34342ca5cb4b
MD5 be0dc4cf1eea62ee64ff63964001e7b8
BLAKE2b-256 2ab2a1311d22bfdb12ff10743de8ed5dc8eae9006a13e8d9f99f58485e937734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c043257d627b193c6f84d5fd9530bc0bdb92f09242b0630087bf49aa818274e
MD5 fdbabd0755cb103346519aa37f2cd025
BLAKE2b-256 a9036d3a7cad01a292f883f4a605dfd3a607d5c9b982c9acd202cc84ce4abcbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8141799105e822fb2781d8a05e2925163177c43684cff5cf1fdbeebf20e4ab3
MD5 6d223d3a54483a98c276fa8e06849297
BLAKE2b-256 88c05ca3c7612a5700a6076335a7c9cad63b91d3c818d09e7f0a360e474c8e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42a66c542c1652bbddd552c7404b5767207fc5736763bfc362e4c77260159b9b
MD5 f7576f5615dff0bb7f8eadc718006ad0
BLAKE2b-256 52072f6f09b3b6ba14084c2cbcc7213f21e8c95c6efc199c23ef7f1d0a6688df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57e12f83cf1a1ed58f0a19190eb343d3ef410aeea87755ba13e5fb17c620b409
MD5 7f9bf418dc16435f7a8d9979d679ff73
BLAKE2b-256 3fed66ca2ee6e8d7e8bc2316c24c83ab27bb68c982c7e25fac73380361072a8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a578187b3f06d82c3a48d5464997bf967cccd13a86e3781ed2434a086d359a6d
MD5 cc8ef993e4c8a7e9c5c11d751ed21019
BLAKE2b-256 a3f2374d040edb93861afdcf25ef516015d06b291df90483c7b8415fa6d2bcf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 66efdaa854f9104761c0729a7fa308eb2fca9701bcff504ae53cf937adac3a39
MD5 e8da6dd73cbf9e5e9bf894fe306c9a12
BLAKE2b-256 b2122ab497ee413563fc320164c2f74b8cfa78ae2bbc112bd82bb0320f3aebbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8dbb9eccd6271c5b535ef24e19bfefb864d8294ed87a05dcdae0f9d1cf0b7487
MD5 9b4081cd28474520f510fd56d443e808
BLAKE2b-256 800f53426a7ebb4e691d0fc9c82a62f208d7c014d3e6ff5c39ba681aac8dc4e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a856e00d655f633e11171895f8a3acc47f99c9a54ef2843e0805bebbb60e64b7
MD5 ec4333289389b38334b3e1e770627f0f
BLAKE2b-256 ab1f18403681653afd60dfa2d5250a59262e69ccc4b6d4a11ddaffebd03d5a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c956bdae4a2b34ce7e87177923e6a9151d2cd4e3f813414e66c5ccc3ce731b07
MD5 9163c0db36d12d7081f9f3705f71aac4
BLAKE2b-256 e56452319903589109515c4e9ded1866a1012488658bcbb5c914008f31970d1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b727d73197788a86f08857bec42647417b33109b2e94f7bb0493391fc1ae4f0
MD5 fd96c2c259a7847c93055899de71d013
BLAKE2b-256 6bfe9d062c12d576180cffb386268bf4c29b9f1676d3cc298b048c72cec7eed5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72fa4cd3ccac71bed8f6a9c455bb4832833012e5d4bef0d79d9d832cae2b8b32
MD5 bc6ed054f53f3fd6f151b259f755a417
BLAKE2b-256 7ea3e4ff8b6c6d884db7464e0df428c2713f6862c712370c2521f33bd64981b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59e2bc54bec65247a7daf21f6650ec40d6c5861ee3a10609b555c84a6bede021
MD5 39489d0f5bd2072a0da43794b780f184
BLAKE2b-256 816910cbe06ae6a71dc8a746549245a33cd55e84b8226053c709bbd3c7549c8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48767e28891b7b730b740ef364d5571b93def43c86d5a73fc8d3985f730950de
MD5 5e1b8338e25b7308f79cf137aadb62c0
BLAKE2b-256 b439f58355bb1f04386a3cb5e26dbf6348e94f0469c755a736bf79e6caa82b47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 00e8638c63493e663aa6e81f927ec6efec20726d281193eeb61f36f4830174ef
MD5 796a7cb715426d0980af70cfa8fcbd5e
BLAKE2b-256 d5847f3cfe464831b6fb91e97ca68e78dbc62e0ff0b3b351ff20e1c87410b541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92df0ca10072fe51c25939fc7956fd482599fe2f4c249efcbc57e2a758deb78f
MD5 182aef0e216650f60dcc7d72cb8a5c3f
BLAKE2b-256 37316bfa986af0a58a493ebafb4b022ab16f56a07973e946188e2546490dd103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6481bda59ccae069a2818a2c7ee52c2098063e1f75a351b4c965542f39c29a0f
MD5 21522256612c4436ae0e71ab59e2aea8
BLAKE2b-256 6b0bfec9158c2b5762549819d96ffa28d6e2e9c1a7c1ef44b39e7e3a413b8c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 78d33f8f89d6ab4e40ec76512d42182a54dcf9340a6caef7716e30a048a81f24
MD5 cf860caa51b8ef9c4fefe9d1d9d75e93
BLAKE2b-256 ca92e30ae28eb25431bfcb6c4e5c0a3ab555fd6a62f5e58f746cd3f069f61cc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 040236e2ece59ee487336429991dc2ff43593b934ea7bdf9e6a7fb36f7b8d374
MD5 e8206c0b6263269f3251f3fa3d9f3a72
BLAKE2b-256 2079c2200e4234ddd7ba4f29c16757695ac6e16556cda84847bcf76cb2a59bce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c4ded4463a50e5eed6c8973c78fda62ff0bf02321d0f86fdb051ac619113c90
MD5 b816cd36e6f8873c26bbbda717156ac7
BLAKE2b-256 a13309b6b1cfa95ac03f6f3f431496f5a41d38041ead99a05f9035b4bdb4e54a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15a374510f044eabaf722c1f05cdce922006cf8d3b7f51188d9829bcfebd026a
MD5 dcef8c794fd03d25ce68900c17ba9361
BLAKE2b-256 e550ee57ffbd57be54678c476878946d331e9583d57a9ad7787c4da2210ecbee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mathinterval-0.5.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 200.0 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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7184458040e8c8b17298697dd8e33a6e3b856169def0574b9437bbf17ba64b50
MD5 da1f50ea6cd852690e9c89deb8e32d4f
BLAKE2b-256 1dbb66b5c906bf5ff131a67e5d5d3d5ab7893a25dbada540989a1e9920a4f2fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a0dc825a8c1922554d6db9570c6d7b24e5f592149fe582673a76f552d2ec9e0
MD5 58e570d9eed960acd4b0692c620ad330
BLAKE2b-256 08febfd78b4483361f43dece8fa2037269316408ed11be1eb7f2866f67efa86f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6740715ebe830a9da3bdc769ddeacf29ae5db37b76cfca5ab168ec014276981e
MD5 46504bc1b9f015f227ff98d08afcd5d9
BLAKE2b-256 f33670441977a4514a5bba44f12fbf1b69b9da3a5ad05ee3e83efb5b7f121eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d165222c0e52e90549083ea6e2c33ead959144084673d48557ee4dc9eab85fe6
MD5 3598118b9d68f21d480bfa9bb338e126
BLAKE2b-256 ca6ec33e0b65a1b3b29cd5e5bbff2b7fa9ada9a02364badd25cb1fe6becac4df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f63e354d32d0198845da813aafff5a5c3879321112cee09ea29367f06046822
MD5 a61480df9dbeb0c29c5dd941186fb79d
BLAKE2b-256 bc9bb548d5a9080376358321b8269162d48aade9f2efec53690bcf2a2222c813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 440782a3dfea17d346f7333b748124917ad5a01511beb0391bf193647f5955d7
MD5 41d7ffbb513360bc25e5f449baa74b00
BLAKE2b-256 76e32760588e8e7c055dfb48da9c28620510e0f15416517cce1e4642a42fb731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8ef04614bcb56ae865941cb8926ab82f5280d216fda84e63be9997dfe8686fd
MD5 cb618b16f139646c6750377b8eaf56bd
BLAKE2b-256 258c8e9e76183cd7a15638b58fd868dd80b47afdf59ccffebbfb3b0c6a8633e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mathinterval-0.5.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 185.3 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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7a02f57d38e18752c5036f4be68a3be223df086ffcf9fda3228d7876d64872dc
MD5 850608cc2c8bf0267dd606a0d969423d
BLAKE2b-256 17b64511297c7ab66d8a8049b0e5a3d1fb21e59fb2bb5369746c7a8a30ba0306

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe281ff702bec4f697f3d9a2caad5c8cb6337871374cfce51742ce9a0f2cc171
MD5 ca2b9baef2e952ba16fac10015bebf13
BLAKE2b-256 d82e3a3c9a879b803d8c777a7534a2d5f98ab2665f5bf4b901ee8d61a6f293f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c51217e988be422c6d69a2925ad3d4aebd5985360e4b07f0c3685105043981c5
MD5 b90eb89ec8c7199a4d197ecf3859b5d5
BLAKE2b-256 390a4b3b1247d1a9db18f872719c3f9f5b36afb306d63d5c9ae41d9cbe65d76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc40683d0cea6364427327bdd67d3a1b18931540d29e9cccc6232cbd1c99c1be
MD5 51f1c76e5ddd4f103e7a0a0c8d17e16d
BLAKE2b-256 c163b215e891a9ea5e847ab05500738d2b6f5f3cb3aaab374b664e52238486bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af5b38979396c16a331530020be5009b5101bacd99cd9b5c673c26a876292df8
MD5 190e2198327ef9b9ca3d20b6831cdf36
BLAKE2b-256 6494028d1d175bf8f2c5f29407d29f6efe0e96543422de601cf4fed053d94fd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25592a6c37dd63b03dbc357405e1bed1dc29e0a09bcf0d690b048aedd4bb813e
MD5 6f4a68f72015caec161393be2b7f8d2b
BLAKE2b-256 57b158bf8b4c80d09680e41ec258716bee90c0489a6edddaa6d7d6bd70973b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6e68f0f02cd4793d1fdb92a2ef9ae5acff2ecca546db47c620b28a7b080333b1
MD5 f6525ef6c1dfffb4498c49ed11aa90c9
BLAKE2b-256 f6416c5881411ef5aadea68d83d8ddce80efa40814f767f378f98e34a38eaebe

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