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

C++

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

Python

The package may be downloaded on PyPI. Also, you can build and install library manually:

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

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

Tip:

To build a universal wheel you may use:

cibuildwheel --platform auto

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mathinterval-0.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (266.9 kB view details)

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

mathinterval-0.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (239.7 kB view details)

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

mathinterval-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl (213.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mathinterval-0.3.0-cp314-cp314t-macosx_10_13_x86_64.whl (231.2 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

mathinterval-0.3.0-cp314-cp314-win_amd64.whl (192.9 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mathinterval-0.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (263.5 kB view details)

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

mathinterval-0.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (234.5 kB view details)

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

mathinterval-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (197.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mathinterval-0.3.0-cp314-cp314-macosx_10_13_x86_64.whl (215.3 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

mathinterval-0.3.0-cp313-cp313-win_amd64.whl (187.8 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mathinterval-0.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (262.7 kB view details)

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

mathinterval-0.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (232.8 kB view details)

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

mathinterval-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (197.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

mathinterval-0.3.0-cp312-cp312-win_amd64.whl (187.8 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mathinterval-0.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (262.7 kB view details)

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

mathinterval-0.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (232.8 kB view details)

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

mathinterval-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (196.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mathinterval-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl (214.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mathinterval-0.3.0-cp311-cp311-win_amd64.whl (187.4 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mathinterval-0.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.9 kB view details)

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

mathinterval-0.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (228.9 kB view details)

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

mathinterval-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (196.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mathinterval-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl (213.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mathinterval-0.3.0-cp310-cp310-win_amd64.whl (186.8 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mathinterval-0.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.8 kB view details)

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

mathinterval-0.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (228.8 kB view details)

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

mathinterval-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (195.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mathinterval-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl (212.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mathinterval-0.3.0-cp39-cp39-win_amd64.whl (202.2 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mathinterval-0.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (256.1 kB view details)

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

mathinterval-0.3.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (228.8 kB view details)

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

mathinterval-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (195.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mathinterval-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl (212.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mathinterval-0.3.0-cp38-cp38-win_amd64.whl (185.9 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mathinterval-0.3.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (256.2 kB view details)

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

mathinterval-0.3.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (228.5 kB view details)

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

mathinterval-0.3.0-cp38-cp38-macosx_11_0_arm64.whl (195.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

mathinterval-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl (211.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f5d7cb06ca924d4ab0e60ef6c2e7e07ed4bc21c1b11716bf9f36ca106ef1f3c7
MD5 45573397a07f87bfb0e3fab9bc389754
BLAKE2b-256 1a542e28f5d3eb674c1d5ca426c39526cd19a55ce9c4b852bcedf249a77e35e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 118f7fde379e552f246feb69ab16efa8f2b4d9b3418b4fa1dba2244c0f90416d
MD5 2108866bac0888ce6e2caf09a1dbe50b
BLAKE2b-256 bbc7c26beab22d37e329c3e5bbed85884c35e6457cf1ec941ae63ee602cca01e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 745d8d89cc737dfbc29adc09fbdac99f44590ecf425435ca19ccbdd38a1f082e
MD5 f05325cf3933bcf09c3abdfea2bd1360
BLAKE2b-256 f0731e95e90e462d8bbe38327ba9d9fb14376b2e0c0397b76b3eb0ac97b9a565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d9219a5a7c83c7596bc5c9a4e447f4d367c963798f175b76e20d1b5511de1c9
MD5 b90a0c9f0236a1753a3da65aa6837fb2
BLAKE2b-256 fea1eb28c2b85a48e2dde82a8b48f51a0e859e073712be20393ffbc6ca53c0ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 302b822fa0e6c1972e262d4bd1ce99815a746fa556bba4a56c27b66eb70cce81
MD5 d6b97ec8732a61c5189b8273604098a5
BLAKE2b-256 d0475de80807991c96cc6080f4284e2dafbb6690682d22ca293bb02b82c12abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56d895ed94e13ab9bb13b46cd509c602af5010c2c1f7ee7ba7e2076466718a23
MD5 18772b992c57c7a89a449faf05e8e40f
BLAKE2b-256 dd692166bed87b4b9770e218cf3671cdf7c8d6369c1c455ea8fbe2fba4daec56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 df9363b2ba600d7e8755f2dede3ea070ad0d52db7e76c181763576f9dede66a0
MD5 facea3d0d632ec02af50e9924f14e095
BLAKE2b-256 3e4274a53b9674c57bbeffd264309f06b6288967648acdf3d3204ddaa70f829d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b4da62387d13f013dcb6ce41df8a106b4b93d80c2af1edf9e95c55011249de36
MD5 e8ac36a65490fab54f060d11b1d79425
BLAKE2b-256 2bf2ccadad3f5b03281791f269d0da9ccaccb6aedfe0df6d3fc7b8363d888a64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1e6aea2978f5f946bd0c973744340987b863986ed96e0a84a95e1d505ed3cce
MD5 7288c766de1f08b552fb0a9c2b5c14a3
BLAKE2b-256 a369147b8c9197d731887e2f9ce6f20e565e957f709f7a755eba0b880638e831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e39b2aa3550a8967ded70232b97bdc95246dfca3eaa9b48238e3dab9200b80c
MD5 2f24d030d1318ff27249a3714b82036f
BLAKE2b-256 04ee569aac5e31fbe6886a2eda6700bb96a6cb09aa5354b44105c31446023c8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08455cdb5696cd61757b595314c5404381964de01de8d7d20d668c938ef4b473
MD5 906993f88387938e74ef10ab4f1e90b7
BLAKE2b-256 e928089aff6c7c0fca58940452932cb33faf66261aa639ad77f33d57f2dd04b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c07903d4f9112abd9b4346d101818c2804647b3ce1ee93244880b2606ac0bc45
MD5 19084a0e680825133f0bededda02a32c
BLAKE2b-256 2ed1b0231e56a005a6b29ef61a1457b7abd5fc1bae20e529ad35c42afff5e313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f884afc795cc3b9f80cfb509246e79d3e4ae0d6d2af7c078dcd2edd269b3040f
MD5 4e86d1d5b16b7aaebee90b48da4f804e
BLAKE2b-256 03ec6a906c8d6db3eaa848ebccaf1682adb3e714e971405434c6b15f36eb8bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5cc07714b2f8e15e06ef34b6700e8504e4e488db0b999b98805a39a2d2f0a66f
MD5 851da68f129f7cfbfd43dd247175a001
BLAKE2b-256 495f2c73fa7da087dd373e4bd81529f031d1a7ac7ddf9cf1c8cdab5714979133

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 00cf2ee546fe5632f418eeb213f55d4267c74850b0f82c57bb1a94a263f29bb7
MD5 dee68545cf0da1a8c45da31f7b08f265
BLAKE2b-256 4a972fb6442e29d115be5157751715df0cb59316e78678f0fc8b0a2ddb22d384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b38b5f22322b964ba1dd4add583a772498c9c5e06b2419cae952f62f6cab96a
MD5 c4f9ad252fe915ebf583fb12e98050bb
BLAKE2b-256 c9e7752547fc7fd380423097c672d3f64e13759c4a5f82232df431b50ed3610a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 939fb92c8d99e59c2cf8d92f409b2e450f018e884c228cc1b9ed65cc70e79abb
MD5 47004778dae6e92edc4fbfcc5a44f3b3
BLAKE2b-256 dd42a613c2d83b4314df95aa7b23c242593edcb96d82967fce65ea5ccbe57433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d0d916cbf852bcf08a0180317b3504265e7f0da6d4cad99844f402657f111ba
MD5 6ad29e2a1172b3f7e03fb9787825bf64
BLAKE2b-256 5f872aa0ca5f9605ce74762391f714ce1f5c3f1efa8a7bce7b899ab74077afa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ad70a01d3b45ac5cb3b590f8e68ede7c9bde0c7a3235de6cddae7103c465c7e7
MD5 076fc4ea8afac58993cef57c437aa8fd
BLAKE2b-256 f6b667dcb3330877f7c49b86d8e2401ea2111bdcb75bcacab16e229588b136a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 812099dd24c2fa56bac10e4c045d9aecb0fcc9a5515cffb7d0a9fa767784bb68
MD5 767bbeaaca22264047145f60c9e99f09
BLAKE2b-256 308594c53ee3bddaa808d7292b3ec59fdd61d46ee88602c5148b0ac0b707eed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 97502bb2af879c6b2b1e954c84d2f564f5fccaf26eb2949fbfba73f491219241
MD5 669bb330a15b760757c05953b731e09d
BLAKE2b-256 b32d97ffa59183f96cc0e488872033f433642a9ba5c801a5bd1e25b108c65b25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1e0e91ef38db17335e80937c63595d74f20beaf2cd19e5819b4317a0377bcf5b
MD5 bd073508f548d7c821e19ef5e09adae5
BLAKE2b-256 678b7d2d3db970b262e032248187e24d3ea197545db545c76867f3c4c4d9c5ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ded92e7ecb88e45b23d249e03bd3096d1b777cf813ca863b587b8681d083f2a
MD5 44b6b0cb41cd3f2bc1ed624a52d2f723
BLAKE2b-256 51ac60d5893402c4db7b38926e707f984eb2781a7cb8f876e8e29fcf47ac8461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14dfc5249cf3e5fee859c5137e12cfc513f02690bcaef754cda1d35c9b271c13
MD5 9b2c50f1168a8b94002c1ef414a746c2
BLAKE2b-256 edc5202903c2920e74615158d14992d0a941f50723dd3adf79762c3d23fa0b03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8819dc6788439cd057f5cc424d592efd152f9042867c553ea12f0931e0fd2e12
MD5 3ea772e4729f9407367b388dad45ff28
BLAKE2b-256 da44f705c98da237bdb7a9bfd87c8d8c63a8fe301af38bc1b5e3a1fe3da3e088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2810f62d862876646f7df142163edccc0a2a9b496628517617c4d11065cfd7ad
MD5 0d4480ae82dfd6918cf8539b10d2059a
BLAKE2b-256 c8ec73872240dc997f0b889687ff71eb1fc85e0e777807cbe02f8ff4099337f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 978664a90a28881c1093302b68a20bfa1e075ebfae1622a6f825f4d7a62ab92a
MD5 88fc45a6e89a3a699d8ea92c1e893ade
BLAKE2b-256 22c91d26c66360c1473b3f5b6953ebf7c9467ff16e5240c72e838f78d8a4f711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ec108c4749952d3ae373a4e683cba3a25f27d7adb1b783538ba16ac535fc3ef8
MD5 e192ac8001ca81e5810d6c8e69739b0d
BLAKE2b-256 dbc9bf2a6e63d92de558a212d956a0e8bc8e9aff264394287e9034a2af7861e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 46202d0957865f995234c4e636034265127fd2dda3690a548aec402ea8ce86da
MD5 559e49b7e019e54b84fcaee3c00497be
BLAKE2b-256 49f18ccc7b28341245d9dae9be3dd5188267ff89b02b086a2c03675fe008f464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5ef371a7698061b0d17a1251102fe03c2d88f4f815774c46516404161e796fc
MD5 a98160034a64369fd5bf147adf61a548
BLAKE2b-256 254d7ecdb79b35905b93a7cdbf5cf768ea7a2e6fda94d07233f38c746a045d0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9ff268d8cc8d6526e368ed7488b492da0393b5f5c8de9ccaec69a97247bd6f1
MD5 a29fa0fa7997b8ffa9091fa46d3002a2
BLAKE2b-256 5ca001dd2888485357df7f2ac9da69f1f5ef619e7b5b59f05099d8f5220c8b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a6125020fe2de8f0681d159af2fd0435df365a8ae2001bd87f72f4c6c93f10e
MD5 7a644607032987225d462d5660e89972
BLAKE2b-256 b6bcd20491a33cb4a4b5b216ae0e1788bdf90f81826e2b5f4d60b3864a2739af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04ee988722e5bca82cb62e8aaf27565eb572f48b6b39c7b4fa3ee33c1203c53a
MD5 48ac111113812b41da619e0054267694
BLAKE2b-256 55ae6fe066c5e8ac0698283a88fc94dc4bb2d3593c9276900d8a6dc0e49571ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 760040845b1094a72d2cba24a8b9eae99ba75e4c5aad13438e020438a8e07024
MD5 9348dc91ee83705d308a581efa40a82e
BLAKE2b-256 79e19a4c8c07da5907a7534ea14d605d5e7953fb966ccd329a791eeb8031b137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9963fcb434789f6d671d6c404cb94af1b7051c0ff0587507cb4969b3c2137b07
MD5 bb91de61ae276d90d672669b4460c323
BLAKE2b-256 a63c716ebe27a2743e8affc0eef13e58c07207253b6d0e19c21db55e68318b67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3fbdaa5413d3bc5ba3dd0fd4bcde3a86477d6f12a6a226c5ddb73cd116ae011b
MD5 2f08e8d2a5851d8ea2e7ae8357eba2e9
BLAKE2b-256 e1d424c48572f6d2baf5a18a093a39a87e545634c479a0da1918be8e07999135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8d5c36a97faed6daf192337b42eca79897a0071b6c20de6cf15c69e575e51a2
MD5 49080cd6cd97e490af88e3677ea32220
BLAKE2b-256 93e98567a4ae977f7ac4e6a652da9c88594b154322855f53421baa741102604a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a5f8918b825e846c45e7e04e82cca556c624aa2999b09b277675f5001503d85
MD5 9298cc2e2ef41645a55b7f4c8ec8f66c
BLAKE2b-256 94858b020b703c95923cab308aab2dd15ee59c0eeacded1324fe3406f92e61f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90c84b4faebf59e62110c001cdb1ff9cc596f3e19949bf297ce3b67fc8e4eaf8
MD5 f03383a9ce2cd3b86bbf6627d4898a6c
BLAKE2b-256 4151f02faae1ed5951f26f53c60e0ebf3841554be1deeee357a5923f7b2fd2da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02acf3216e618b9510729156b0909df24e766a457c4c239d65a093a0d9006174
MD5 d2742906cd09bd8ae8fad829a791896b
BLAKE2b-256 8ac32d658ec1bdf75b2faa923dd10ee685248145699b8d1973c71aa0ed6527f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e948c79f50ce8c3e5d9e537f54a74fcd25260067a59e41272133e17db0b90799
MD5 3340633b8433b996dd447cde2e86bb3c
BLAKE2b-256 a5a0412853c7952da786f272e24285af96b43ead0e630f2b27e4688225a8b614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5620fd5d2e356aa3fbbc6ea89173b0dab0e8e78c798a5c6441998efec841377a
MD5 08aada50ddc555bb962a18157fbf9b70
BLAKE2b-256 2aaf4d2525e8f54717c22e51465d9f0239bb638bf998e020e74057a01e3fbedb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mathinterval-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a990e5b723efc765d2c4f2068f62714622b8c1efcc42ba125c35705bb4c88c5c
MD5 40e16d0bebfa8f22a7fdf2db464a8d99
BLAKE2b-256 541d23bb4cd4175ae5acfd9244dd58efd6ce4ff5095dc1bd9fe94fe32b3de4a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6a11c8d942fe66de0565f6815f8ae885727a9a40e5dded6bb40f28c70145127
MD5 bc2cc493fdfcc65349599fe3f062082a
BLAKE2b-256 827ac6a0e997bcb65ca38fb17d2fbfc9903effa159d52b061a0709248ff30ba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b9cf1f018140d0f278db4f471ec00e6a98c38063930db79cc88998f8250c2852
MD5 e7f2b53977018b1fb39f7d0a88147ef9
BLAKE2b-256 10eb67223f858c4356566ac7d2a2c41dd187a9a860a7a02ab398225d90002551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 420b7e953a7207566d3a316e95c241e11b204dbe78b53a488b66bda1bb4f1a17
MD5 78131759ff016ec5ff64669c49e9f863
BLAKE2b-256 5f752992343df33a25abf7991e7c7344ef208dd98a8f6ee1ad62ed92ea45ef8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2844adda3660bc1f31572d99d7751e7191b0703457b1d73574952346503123c
MD5 be08418d165d75d878a874feebf4ed81
BLAKE2b-256 b4f28b804fdb9da1f78d6dc072e92a9054ff6d34c3e47764a8f5f6a526010d6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 371e4372b8226f8080984dde93acee89c4ddfa9f93aa47fe30290720c0a10f5d
MD5 5fb279d5273ed91ed6f4669dc5d1835b
BLAKE2b-256 d4fed5f47284b020a52851609e5a630fe4682d95b89e3656e8250135f9319dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a317c8123debba4c1a205261d2837086a449a59ed7b67851b89fda9cc5d8a878
MD5 9a83c709bb0f2746ae643bb93609e6bc
BLAKE2b-256 690fa74539268b83d7603cf04ee9842a135bbc127bdd7fa775c5d51bf0d63411

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mathinterval-0.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6feb3813c8da828a2427b567e0d0a632ec1d76ba949e843c4254f579d6d78a16
MD5 0224f1278cbbe568f6717c7b5157e4e4
BLAKE2b-256 5b09b2d12c3f9ba1da85c2d8c61abc4f54b53aab73e2d81f0e79807e08a549a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0632d6b651d6a78b9693a68c83a5da47654d4d2296f38b7589f6a42afb53bd5e
MD5 e9121d438ffabb9253dd2700921769f7
BLAKE2b-256 a135f8e3ac8936379e99e50790557a842a3facee6a64886826dcddcbb2fb20da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00953eac39fa69a73a70c893da6ff01e1a9537e01e3357fafc51044739f32092
MD5 fdd07990ec8bae7c304fd02f67d7961d
BLAKE2b-256 32b86bdc3f8f872464f2a59c8de7c8c67f69bee400eb8af0762b9113cefc126c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23428722c7e9d24087abcbcf57c64c07dc35dbf358eaf112dc92598c19bc2454
MD5 41feaabccf31805065480da90c3b6e52
BLAKE2b-256 4d0559bfedaee95ffb80f45bd81acdd0d4c1b23e1ae39e13e3dfc53dfa2dd490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8865431158e0b4ef89b97d1cfe6eb84aa3c83b74b44b4a5fe522571822e552a9
MD5 ae7f9949986f6c763bd5192b60023045
BLAKE2b-256 f229d44ac8a8c5f669a6a4b38d21ff2025051a034b9528b58f97b39420a2c6ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80fd9cb98c949c92e946cec8c76289fec118b2cb7247176ef599304778fe6216
MD5 2103fa957a42550a05e1eb5298ae93e7
BLAKE2b-256 8d33245dd33c174474397957fd5a6ecabba31395e8aa1cfc43045d65f43bcb34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e39d18a0068dfee070e33d2cd5ccfe525a17c6a38d0417934dc364e8aad201d5
MD5 318b24338aa3b74189b55c4ccb1c17d5
BLAKE2b-256 c2bef54dda9d32517670892f105a15541db3823545f1d645d2118140ca2d121c

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