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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mathinterval-0.5.3-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.3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (234.4 kB view details)

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mathinterval-0.5.3-cp314-cp314t-macosx_10_13_x86_64.whl (228.2 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mathinterval-0.5.3-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.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (198.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mathinterval-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (256.1 kB view details)

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

mathinterval-0.5.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (228.1 kB view details)

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

mathinterval-0.5.3-cp313-cp313-macosx_11_0_arm64.whl (197.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mathinterval-0.5.3-cp313-cp313-macosx_10_13_x86_64.whl (214.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mathinterval-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.5 kB view details)

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

mathinterval-0.5.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (197.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mathinterval-0.5.3-cp312-cp312-macosx_10_13_x86_64.whl (214.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mathinterval-0.5.3-cp311-cp311-win_amd64.whl (186.9 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mathinterval-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (253.3 kB view details)

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

mathinterval-0.5.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.2 kB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

mathinterval-0.5.3-cp311-cp311-macosx_10_9_x86_64.whl (212.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mathinterval-0.5.3-cp310-cp310-win_amd64.whl (185.8 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mathinterval-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.8 kB view details)

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

mathinterval-0.5.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.1 kB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

mathinterval-0.5.3-cp310-cp310-macosx_10_9_x86_64.whl (210.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mathinterval-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (253.0 kB view details)

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

mathinterval-0.5.3-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (227.4 kB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

mathinterval-0.5.3-cp39-cp39-macosx_10_9_x86_64.whl (210.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mathinterval-0.5.3-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (252.8 kB view details)

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

mathinterval-0.5.3-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (226.9 kB view details)

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

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

Uploaded CPython 3.8macOS 11.0+ ARM64

mathinterval-0.5.3-cp38-cp38-macosx_10_9_x86_64.whl (210.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9c962be41b438c816985dc72f3a1d71ddd23bdfb3129c408c5a61feac166c0f9
MD5 44bf98b3a1992e595b7da717e6977bbf
BLAKE2b-256 aef45c1b71cfe521a02081d7b57810cbea9c125bb6522f8fc525d01a631cad41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 657dfb70f2bdc9e132587d13d448d625ffb025d502cb7c9c6886fab435d7894e
MD5 9bd3d7dbe4a89e27200a5f20739c98f2
BLAKE2b-256 795c04610e2d170d71ba436cf98c7954ab2ec32ce6277d51156576a600607265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 781ebc8485f1219ec6912f166ec2625271c643e4a520cfc3d4cd8391ea514821
MD5 6db2d4a6dbe7f61c017e9cc70a16efa0
BLAKE2b-256 9973346cba1b236496847d0489c9877a5555781897688dc7373d37f3d2474d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00aadebfe7309c54ee6d7513d2ee8c163b4a58a175e6321342a88869f33a06a3
MD5 6775d13f0d98dfd5554526966256e053
BLAKE2b-256 4fb28ec15e18db7496cd57d320c76612611a06e1ea99505ee4ef05f87ea8d605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e4876a616e4c589d977b1bdc2437e6a7e45e88c91670ee5c93738611082acba1
MD5 0d114479d94ee63d864d59a1da24c20b
BLAKE2b-256 cf672258e3ac266d49f22fcabcfd21822e6950ebc61bb92a33eec0d39406b48c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94fbb81b12fb7495433f98a268d3b0a3f5ab4549e238b813e349f169d442cec8
MD5 8fdc13283c8f56a51391d40bb659dda9
BLAKE2b-256 0e5c0f6e83950ce8ed8111e91236c71e542ffa9cf1abb436a2e0bfb213b9ae71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 26d1bb1f0380b9e81ada9e29ce4132ae61e9bc918752210f16e5dbe70245107d
MD5 dfa07dee4dc9b619bab8efc8d68771fe
BLAKE2b-256 b8202efe8392dedddb6927a636614afe8d3ef85020a254397c12d13b9a2759e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 95491892df00e790b51a1b2d7ab2a9cab14ca38077c1db46f8ea83fa1a3b7533
MD5 976b43ee7509c4595b6835fc8f0857f7
BLAKE2b-256 5b3d7f971adf4b92de379b9a6b2160d62c628e75c456c312d4062f605a484539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d724c644d440b277cb3cbcdf6ccbbe99d7ef86caa857dc7d1b02669008812d9
MD5 fbf222b6efc33f2940aad69cd24401a8
BLAKE2b-256 c3d56802b9980d8778f19222130f7c62550e67c1b856b29f1f5e1c44fab78c3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1add857382660028af5cdb2a08a1c95ec8fd2a486400b28d72b441e0041776f6
MD5 8c6ad7e18da8b3036130dc0d24eacfe0
BLAKE2b-256 ee77c6f1e6db910d755e0b83aaf8ac2c0c5182181f6df3f58fdd0c321e7e74ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 676f622ac09b93058dad5962847e067ff3e1c6fb45ec48df0f6c4aabb5d678c7
MD5 81301cbaa1e1950fac8e7d0d27071e5f
BLAKE2b-256 6a044060a91cdf518556a336ea547caeae80873bc3291047fa636aa1445f3280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37ab1d2d1de23e69b4c02d7debd15454ce766249473a1bf8920977ac5cc3a3e3
MD5 4b8d4ffba8d0ea4abe574f19c9714a33
BLAKE2b-256 f6bd714d1656369d9b0b3d3b7fb4986421e5b7e07ca1f6393e0218606ff9d508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4094b85958c452ba24ea59f0b22074aafe0285c01018495e3e35c1cb079a34d4
MD5 537410ceae487572d205a50a08e66f45
BLAKE2b-256 f5c9b059977af9640af1cd3816054206f8a62125a3d0bfd3e3d2c995cf435248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cb279fde9d90aef09bb4896dc64d131fb1d04734dcad56c372761b93a5180e40
MD5 294c9a8dcb4251f7a83f14bc5585a3a9
BLAKE2b-256 20737ccf99705260ad8efd00026bdb5c11638de94326199cce07903a813cdf51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 548ac604497c980d601f007ddd8a2e4039a6dd2294d2d0c713f2c0e0e93294a4
MD5 28c5712bc812ec65a211c12cf05e2038
BLAKE2b-256 0ea7353e2cf94f9469b96a86499b86e159de6a4b8111efde24049124838cfdae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a089b5b91c947e99992950946ab74b1d6e97a94a2a46eab9377b2456e437bc2
MD5 abc3007c0c8efd39a34c9e4def3c3be1
BLAKE2b-256 7556a324a7fc65d9f04d634e49796a11f25faabbb33cfa393019a4b3d5471f6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d10345f61d311588cf5dc35ce234c2497501255ad688bac0dae8269183789a07
MD5 2900b6acf60522206e47090b77161fe5
BLAKE2b-256 3cdc8a51ea62da40d80713ed0c9b4c2705fe7dc9fb57452119e5f8ef1c496054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7c56eeff84c3a3b8d921d0358085bca562c7323b5f7f29fcbdb17fc16724b11
MD5 79464c42c140195a67bf3635cdcdd312
BLAKE2b-256 8cf706a0414e9ae22b5b33caa51a28185f0175cc65093c34d05064a2399df233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08777c8b30288a298519dfe5473a352bf02d6e6affa5ccd8a4f5d4f54e3e574d
MD5 64324e006439aa4148a7f40951c44484
BLAKE2b-256 6684508133492f4b01305cfe9a6e903d4fef129f988261c84c0e180b42876311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d8e9f50927d8d860a08b612fec9d36f6a8bf13b3f65af101a7ddfc7a5c91e2d
MD5 c69d1472617e0c9b84bbb1eb9a72dc16
BLAKE2b-256 57618cfa9d0804c2908b5716bc32250dc59089072a51be65e55e3d945278c07c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 28c3351648eae148abeb3e9a69ffdee3e14477c623b3aa861e51dc7e8e0a2a89
MD5 4e851458f343b946555c963677c4bfbf
BLAKE2b-256 272bdb3fc53473da0df2fa9c7a780cec606bc25cb08d9d35b0a0e5113bd858ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 124da6992585a541ba7112cad1f5e53106955a9e5dcee851944fa0327b0066d1
MD5 e3c6dadbfc2710e3304d92b0dc9d42bb
BLAKE2b-256 0ee4c8389db201a56381b75e3706fe0280d43704c07737a2b246389d776589fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8955fd5d4ad842ed9dbd29d50dbd2745907f7c79371ee0c116827726097de717
MD5 2d3a4a2786c9a54c947b327a14e90e2f
BLAKE2b-256 7980230fe56684a9ba2d1bd3f7c543e6043dc588d629e4c2c22089855daa8254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccda08728962c1b249082628801205581861b9b08c67fa6b9ff1baaa1b851729
MD5 2fd181782ccf3e5e663abf34808530d2
BLAKE2b-256 a79be314c39f4a6aee9a7a7ef47a71849c670434ab37c1515e50a43ada572b64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 030b664b1ff7072da7e2e02cf01ff46cdbdf8cb9ee7b48da67e8d944fcdef4cb
MD5 d7d0cb86accb9b99d1b2fc1a7b02fac7
BLAKE2b-256 61645ca3048151abdf0252eb7d501a38b94df1550f32b3b3b116638806387f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56f679706a7c7fe3ca5c469e5b8c7628d483502e3a9c7de75df2cbd8d2c26359
MD5 1ce63069cba2e14406439a39dcf8bfb0
BLAKE2b-256 4c3533e892b575751179dbbde1b0dd6939617ca0a13c2f8f12e52e516ce40c95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba9a535721bc93656671057df58274d98dbcea2c9f17688faad5780822afb8fa
MD5 6b7f922cc8aabe59313d14d8d9bdee8d
BLAKE2b-256 9b60d1282b72044e603ba986d87814fc70dcb08e072b7d313d9b064b89f2cc55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0a4de2047b5c9e5ad2fd1be13413ab19b116be8a85abf0d827ee47200d9fe6fe
MD5 01844be8ebedb10d794756256f454436
BLAKE2b-256 5f87261e61c3c59795b7eb2ea76cc2624f778ca3a95086d1304737afca7a3e36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fa15f11e3443c5d715c82bf7c3d5530486ce3f299e36d04d5701848b0904eef3
MD5 470778266c6485a339ba4ac463435816
BLAKE2b-256 accebe2be6d18256763409ea885d136eed7b57129bbc9e881443fa6f79322d3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbf91cf184ff147609f17bc405ba23f1c15661b0398918a626c6efd6979e94fc
MD5 f919474e57ceda001c5e8ef1cbd7f978
BLAKE2b-256 0140d2413f8d8a9bf3966e0f5a7ad3773b4fc78cad469900aae362a4ccabb961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a0ddd726878a2188975c789c7c5ae010267a03c44d8b82c74764b2e7cd541e1
MD5 964d0a02863a5d180c86aabaeb289317
BLAKE2b-256 98de1aca3997177c642a615b44516c646d91bc61fd956ceda52ee3245523d529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 395fdaeba3f2176d508cb5317894281f17e90c0eda79b337aa47f58bd3ee19ea
MD5 1a1dd0cb8495d606e2e0560108c8bdd9
BLAKE2b-256 39e6354da29569d8c437d17517f0c28497de43864bbb7d03e4c910713ed21f6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0713cc8ec8580abeac318743956b449244cfb8b4299aa79dc7bfe327562543ea
MD5 3dfa05f88ef6543cf96306bcadd93df6
BLAKE2b-256 67be62d855b66ddb437696ce9170ba1bc492dca12c1d30d4c04d803204d370a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb9566b6922c94eb4fff89bb0f74526a272baf5847c4a927d5a2106fccacac2d
MD5 725f085546397e9092fcab0069448c6e
BLAKE2b-256 a08d905841e52db7fa78752f05cd1b0b7bf6a29d7cb6d1ec93bace8264893d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08c7296a552304d5f0dac40e7adb47d9e32bb0011eaab05fdc02eadc2c083f70
MD5 ba2db9c66f8ed10f016e3b3755de9db0
BLAKE2b-256 22d983b689f158e37ffb8da6d805394474782032ad2767b72a04dc1365fb91e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aabfce5ccd8e420fae45e34d0a26c1756e27c402996e5f8616f7c5e1f26a35f9
MD5 e135404e66d629c97e7aa12220accba8
BLAKE2b-256 5296e7a69d2617c34d41c392b8ba5c9b6eebeb5cf4280ccd2d9828f4a34dab9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 810d41805d56e8ae3e63f590139543383f378e9df0c87bb2350ae5dc7be856e7
MD5 6de65b3a04fa8b85e7827cf6fdbc9fa0
BLAKE2b-256 af9a9b7b9983ac6d0ef94bbfee28d71b7db34619ae352d753abea2d46a16832a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ff85741cc2ab1b4cf0f3b42a9ddd288aeba7b5945959b6f7778ab2389cfb71f
MD5 2f7b77aa478610ccd654664b8a54221c
BLAKE2b-256 7c91262f7517be64a7d459b4a9ee18fef136c17e9fdbce614f2cb61a03e3ba4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d61b399ad4ca9d17e1507fae308fc3bd6b07f577784c383a0f72a9a5b04e9ab2
MD5 10d58513ef38f16c544cb2a0a4c660e6
BLAKE2b-256 f71ba6892cf6741e76c1b51f69b904263390b8b52cb30932a21dd53648ba0d7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b48bcc13d8d251cc05da34b42298cc5636058e5b55101778f7b649b4ebb56ca6
MD5 cc8de6e682a1abe26a5044b26cf6dcd4
BLAKE2b-256 2e5734394dfaeaef9bc05519b0500b95d03f5b4d07bfbf08d0fdd6538afd7a52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81bea92d15b498cdffee7527eac685cc7e7897020c4e7899ba6f78a74a95c5ee
MD5 ed23616a05a778b3ea2e8a422f41b032
BLAKE2b-256 c20edc83b58383f2d99957b8317691ef16f4e9b6744d2c2ba8b4b46917ccc358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4207faca857f1404b53d5d49348bd2a32d404e4a4f16c168ee88464e53c0580d
MD5 e7a2ae6793c5a6890705ec85fdc20a5a
BLAKE2b-256 88f4e9937749ea083b4b0b4b25e6a1a22b10c072f1cd53db955eee0030329757

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mathinterval-0.5.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 26e013a77e3c23e29876dc1e9977c82930bb7d7299ae2c0ff948bc8f7cf25e4d
MD5 2d367742c855c5b15e5d42fca39ec3ff
BLAKE2b-256 61a7970b048a5a3f03573c33bb2b2bae6af3868ee25fea9d895eab9e5e11c60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4b41af4bfa28f370f8498209d377da7f2ae2aca9608fe2f6cbf04338e279ff1
MD5 c1686d0fecea87bdbef7f9ca255902a4
BLAKE2b-256 a987c12fa431ee336a27fd9d452db26afb78a04f5749352802ccab8149157557

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08ab22cd727565169ee8188481a5d02a5dcdc42d316cb3b83e52fac619353883
MD5 68ec01cc36df5a2d522319fced89606f
BLAKE2b-256 8898ecb3ff2961eba611ada1eb4a64fd43e533bc93d151bb34eb5abba49f6eba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7d3fcc2749ef61e882b22148acc21fcae5a51331dca1fbe3b98a77c23339190
MD5 f00a9d86a069997d63fb9bf78b98dc17
BLAKE2b-256 b558482a1468273b2a6b8719e86be77297cb95b2c271782560841e870a9503f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a6059c426619137038cbeda8975e42e1cb8b34082bd020f150a4b912c2456a4
MD5 f3be3fc85006925813e4f50d8b4843b4
BLAKE2b-256 adc9b2744ebedd3868c7f5d1a5174acdcb879e2e42b716c7f435400e2f9cb374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9226b605c4970c9fffa778dd79c48b5cdf9b6fb58b6c596f9d9e2fa513a2e97
MD5 2e2f937f9cd04699b94a5511fda72bb2
BLAKE2b-256 4ebe5ce83720dedd9f3256f84129bc6bbbf29ce29c50d3cf0f9175512b53d5f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de9d5d1c2561fefe4477521dd9bd84318ffcc12741d1ee28695e4ed85eae5fdb
MD5 94d56a2918ffb9def611b5dd61f9ca6d
BLAKE2b-256 63f5f2083182b6e42b6cdc606d81ca173e87e10a8d3249bc9f0eb804b26ba211

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mathinterval-0.5.3-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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8c3bacf6bbdd66aee53019e154bd2171b8f9b44055a100958834bf84ef2a9b4e
MD5 e451e8a696e9318b9936e70879fe4f2f
BLAKE2b-256 da0671e52b4bc49c373794e220e5a2900bfe6fb9364973c05431b1280579fb94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b23d983f8b45938668b118f1af157aeb2a50217f16d15f4a5bd85c9788012d8f
MD5 a03f3f99c88fd5ccf8e49cabde252b30
BLAKE2b-256 5141ce034d025bbdc9c9532429ca2cc9fad68d08a305c6ecd9dac4257345007a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38b6df6f8794bb3dbd504bed3160100c5aba45137667be73100c8cf069d81a4e
MD5 bb8cfe58a27d21ff189e2f5618b67fb2
BLAKE2b-256 3641305fcdeb005c3263b416ba484993f600f0dbb1b41e5c7c4e682ca19d2cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82c283b7fd39d90be36df87338b8b8782c22115c897e201160a9bbab14d5b8d5
MD5 b5b2cb84fec55a69c15c41f189822107
BLAKE2b-256 82c7bea56c0cc64b7b3ea2642a344a6eead2e97930fc58506287af903a6ec9af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea45631e2fc3bd8705288c943465d7135aae3a2531475bb7075ee0b179acd2e5
MD5 7721c3bf6bf2e4071005ff17e53cc9e5
BLAKE2b-256 e626cf7d9b0fe834d7403bc4b6e2300fc73793b0c0e43196abb23ad84135e5e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 328ea0cbe15aa0c0bfc6996a13e8e62329a2179cb35cdf92737c34bf9440715b
MD5 2d5e772728881a6fdcec94a37a0b9989
BLAKE2b-256 a92484b27ee2446e3b85a412f0fcceb0fab188014dcab4b3ccaf2e9837407478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.5.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d87fa4fd610504ad41300120b108465501c5f8eb587dcc722207379a86a4e49
MD5 0f2c86ce590dc570c556f9675740da2f
BLAKE2b-256 1c7a44e45a10540241ff2188285f55a7440b25ba9d778a1c60aa976b3e208570

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