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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mathinterval-0.4.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.2 kB view details)

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

mathinterval-0.4.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (229.5 kB view details)

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

mathinterval-0.4.1-cp314-cp314t-macosx_11_0_arm64.whl (204.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mathinterval-0.4.1-cp314-cp314t-macosx_10_13_x86_64.whl (218.0 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

mathinterval-0.4.1-cp314-cp314-win_amd64.whl (180.2 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mathinterval-0.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (246.1 kB view details)

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

mathinterval-0.4.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (223.5 kB view details)

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

mathinterval-0.4.1-cp314-cp314-macosx_11_0_arm64.whl (189.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mathinterval-0.4.1-cp314-cp314-macosx_10_13_x86_64.whl (205.7 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

mathinterval-0.4.1-cp313-cp313-win_amd64.whl (176.1 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mathinterval-0.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (245.3 kB view details)

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

mathinterval-0.4.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (222.1 kB view details)

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

mathinterval-0.4.1-cp313-cp313-macosx_11_0_arm64.whl (189.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mathinterval-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl (205.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mathinterval-0.4.1-cp312-cp312-win_amd64.whl (176.1 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mathinterval-0.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (245.3 kB view details)

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

mathinterval-0.4.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (221.7 kB view details)

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

mathinterval-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (189.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mathinterval-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl (205.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mathinterval-0.4.1-cp311-cp311-win_amd64.whl (175.1 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mathinterval-0.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (243.0 kB view details)

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

mathinterval-0.4.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (221.6 kB view details)

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

mathinterval-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (188.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mathinterval-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl (202.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mathinterval-0.4.1-cp310-cp310-win_amd64.whl (174.3 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mathinterval-0.4.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (242.3 kB view details)

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

mathinterval-0.4.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (220.8 kB view details)

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

mathinterval-0.4.1-cp310-cp310-macosx_11_0_arm64.whl (187.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mathinterval-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl (201.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mathinterval-0.4.1-cp39-cp39-win_amd64.whl (186.9 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mathinterval-0.4.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (242.4 kB view details)

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

mathinterval-0.4.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (220.9 kB view details)

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

mathinterval-0.4.1-cp39-cp39-macosx_11_0_arm64.whl (187.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mathinterval-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl (201.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mathinterval-0.4.1-cp38-cp38-win_amd64.whl (174.4 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mathinterval-0.4.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (242.3 kB view details)

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

mathinterval-0.4.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (220.4 kB view details)

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

mathinterval-0.4.1-cp38-cp38-macosx_11_0_arm64.whl (187.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

mathinterval-0.4.1-cp38-cp38-macosx_10_9_x86_64.whl (201.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9cf37e6b8ad98a5bc8fed0c770eb8262bdd15aa8d42810f954987b4dec312c0a
MD5 9834406ec14002155793ff4dd7e49fcb
BLAKE2b-256 bc0498ab99b752e2d3748495862937d7737535af07956a518890e5ecc3aeb2e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a222fe8f62d0b9702ec73760f5a3756ffc20ea6dc9c2d8b1aeba91dd3c2cc312
MD5 7c7def0928f12321cdb651dc0f276e78
BLAKE2b-256 b26e89a54da39faed2c14353289a9a77a5210abf2e506a4b6ff34f8ad32b0e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6077eb091514a53f35fccefd668d88771c401a8d50c59d6791934310523c37d9
MD5 757527eec04e03ae3a593c554c0452e0
BLAKE2b-256 992faf40857393668dcfd1eb016c1457b43462e392039d8055f9fcd51271f996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7df31544ecbb0188e163d8ae0d8afca8daecd2403739ef434577e3bc0bf01c24
MD5 be3018f233a3cd09dfd005ecd34f8b6a
BLAKE2b-256 2467629eed51283b87cdf0776cb5b722e3013453d6d9c450cf486dc502381b25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eaf6e2407572a2015cac5a2ab5d2ff65c2ff0a25e914cb8e0d601dd13c87780e
MD5 73d93f441c7917722f39c4a1a2f8b478
BLAKE2b-256 93b6d8925add09d7795d600d7d532de45894220b8d4d79818407605381f479be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b85d1db01508f9dda5788a5396aefb6ca36d38300f00bc0e23081c8474db04e
MD5 7f09430cec8a6907dcb886ee1c291b29
BLAKE2b-256 e7fd570b56ea1f436342e09f027a247b0e03661f9d844ae0c91a28641353c635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fd51bb3fdbc7d37da3ae13784a42200c61e3d91b03e025089b8ee48cbecc951a
MD5 5167052f79b7ea9bf501c72e5ff48ab7
BLAKE2b-256 d35f846e75ac54bb8a1fe08a2b7504faf547ff037011bb61b3d79f62b8744295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4b58091d402923ed910276da7585ef8af7303d2f50c331c070661ce3bc8d8635
MD5 511c68ae8eca208bc5d91249f4307977
BLAKE2b-256 f3d11c6804401dd538674f78b1722d04378206890775ade20733f5157af749fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b80a7f83cf0bff335631adbbe04e90afaa634c5cee6edb15384064b13901eb87
MD5 7bc6474ab0606fad08ec95ed511b2323
BLAKE2b-256 46b56678f8af28625edf1f770942e6563cade89b0084557ea4ed291afdfe19f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef9469995a84b586c9479acfa965d54360d0d2c5f92ebc1d19ae302d8eacfe14
MD5 dd75cd0b25375dc4a14ff38912333938
BLAKE2b-256 fd1a68450151d3f0857bf7efad78c7bd4cb11e76b199acabf160978a1fabd104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5acbf7a18a6d15858284c27d364e259f480ca45035be4704f8039a2683533059
MD5 33311de3a3ab486a247ba22fc7fe778f
BLAKE2b-256 6517d3061cad8748dab06c5c4a7f9ecba70a03f69ed48b901924fe35b7aad7d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c1366cea1f5e38a07d9300e0e39769e26681bd19e6a6a22fd52468204329cc7
MD5 c9683b50a0279db35061cb95d5588a8f
BLAKE2b-256 071fc52b72893dfb5eb6a889dc4c4fc06f5aa8e5a25d8c428656a36d7c8d392a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37ce133694c06b4b4f1db998f1835d95ab74a313d784e5bf56e3e768d2bdf548
MD5 349caede2220a17bf0a9c251a841a207
BLAKE2b-256 b5b4137ed17d3d65b247a26237d47491fbbc3c61db9dab6e0344fdb53f82810d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3b108da62992833d0454cb51997ca26a4639bc44825baaf5cd65d408a59d12d3
MD5 cebec975bdd925cde40e232a9d85f5b5
BLAKE2b-256 e165374ac880aa055c66eaf7cc41dc03c3a29b9b63fb0d4238e5b37fa16e8701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 966ef9b413ed5c085bbb7aa5fcc156de2ff33a34550cc479b04afe5dacd397f7
MD5 e6fff05c21bafe532fa4943866be0117
BLAKE2b-256 d6bbc9a6e0f9f93f57cf0a47473efdf8bb161c6f554a769aba03d98f942751c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c16c150d46c3ff434d86a2a760743a78c4ce816c27e7b4ca8aa1c8b83e3cd76f
MD5 f17697ddf070351282af91456f37d052
BLAKE2b-256 3ef7309994841874fc140fe0bbbf21c5e3b4db9ece8c92cf0df19c79d9e64194

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 651bd9d10648dde22c44fcb83ae9ae42632e97d7bab469b65e09a08c9971a4a3
MD5 ebe555ec0c47c9d91a7809c46977c350
BLAKE2b-256 c72c341a972b2e0ca632fba3cd4fe395ebc4fc9df16a5512a3c7e4282b559c05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5dd752d9dd33c65f3e7f3ed912b854aeddd0d72f636c03dddf57c020c27e353
MD5 bf026e5a615185ee797312480c76b2dc
BLAKE2b-256 de0646957a3f2dfe5c779ea8eba16ef518035a8f24528ad56f5473833405fe72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0cdbb2e9a04f42678179897e957feec87ca17fb0191df307f69db208ebde8a97
MD5 41ec862fece48352306e882ec1292195
BLAKE2b-256 69c85fcd9fb5a255b9791b8434f1971af0c5344a9d6d561b75e3f31f7bc8cc6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cf681240ef9eea86c326cada16568bc312980380ff7bf034a4368d50dd02e86
MD5 d347137542d0953207ba216335a46ca8
BLAKE2b-256 87c3ee7c964f78b87c32ab0ce61d6e24af08b550a9eb342cdcd21b8df4155853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e5f9801c56456838191399f9ca0f02b7b255ae33ad72cd10f9bd7e87fd8456c1
MD5 1a68306785182db90b5003e386493c9e
BLAKE2b-256 5b49b400af3a66c1abca731c4448383f5f71741a798eef8d2a97190679b9f10d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d9e9ae41e8bcf274b850f427c39b88ac5d28752fb6ef8a49eda21a6a0c0014b3
MD5 a13ed40b915b421f9c69cf9664919128
BLAKE2b-256 b09fcc0c6551d2ba51ee935d9738d41a18db46e470092fecdc60b2a31a8ec6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a82b68268f283748352ed58dc246f5daa96080fc3e0cc4aa8cf6a3e045418c3a
MD5 abc1d839c1fe66962a086ebc17d155a0
BLAKE2b-256 889cf91476ac2606545195ca188e3ee248617509e6e358360e2d2ad50d8edf38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e9dde17eef2c19a5704709f176817a4f7f69ba4e64b828a1796fbf5cdb30bbf
MD5 474d17547ec826e4dc8f68458969ba1a
BLAKE2b-256 5b6a4a12821230bde3389c312cb60da835c0fdb64d5f7ba89bd9d2c8a9d9b484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 764b9625c69ad4886856183c02361c00a13c9bacd5cf459c4614e97471dab195
MD5 42ff55742f8109fd9c9148e33f100364
BLAKE2b-256 2259143eb26d2e222b42eda8e95d784f5693335b663a0705cd72b73ac4e542d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe58b39ed542881fbfe62d92960181ca178bac9b2d2bbe7ded2c06186eb70a1c
MD5 fcf1b7aa66a8823bd6bb10b530975417
BLAKE2b-256 d4f30e854502bc38cac130812b3705e6c768f83170ee2ebb7cbf918c6a9ac68a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1d8c713faa75d4700eac3559db89a0ec07640f619d6e4efe54d2a9488a32359
MD5 aee1a633197de5b3606a67a81f4af3db
BLAKE2b-256 9910a8bf693c4b344b5544e79707ac0ff669da5aeadce60dfcb04b69fd3e511b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 883c8835fd54351f1409a071c177c698ddecc9e3bcd6f6618c748e812e3486a0
MD5 7691b1127964df52fe08b0fa6b4d141f
BLAKE2b-256 e35506eb83af042913c866131b555253e15aed7de1e3816e984688b8df542045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b495730c6cee6ea362ec7c4fb78bc182db357a02fbbdd0df2d711a5cc8d00369
MD5 0d25ce1ea0d3772955b7e3f8c7d74844
BLAKE2b-256 b855b9abd708ca7ece032e40a0b93807607fe9a53065224e09908a8db1da66b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12ec07e87c4d20cf3cac5d778d83e09af051035bdfb4f3a3bc5411d13553641e
MD5 ef2c8b8cc365cddc19eda3f32a8559cd
BLAKE2b-256 bea4079600d234769c1c26c7be7ba96a76a0659d3a194156facd5964dd4be93d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d72eec7d1764c19ac25b09272e2cf3f902eeee3aef896f901b9633ea41bf421
MD5 9204ee8851301a0ba3dac89ebebfd096
BLAKE2b-256 f3d8c1fb084e27cf3dc7f21c53270d801aa44c9a75cdf52141864da89dc0e722

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c40c0f06db432aee21d062fc9cfc8e70b0b2e64dfa8fe3f57c2bed44af461c9b
MD5 7fee3857c95534a0af0681468b302707
BLAKE2b-256 96e228fe76710d24516d29db308854264d290d84430cf7aab0fc6886ed4c219b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92f2c726a00b4bad3fbdb8bd8697f52bd15c6114015da9aa14ec2c034a5b1f3d
MD5 cbec3149e19a13981cf59b61473cb5e0
BLAKE2b-256 89bedac052c767d2d6cfab8d5d3ae689d2f561eced6b9285af00d5901a773fc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6ec61c9ef7b8143bc9d5892977841ad5dc9456819907ed62d4ea3098ed5364f
MD5 de40d720defb966882b310b002f05d86
BLAKE2b-256 786315c7e2a85c6c5e10c779203e8ac126721acc1c601936c4f9525631896923

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9dad37f79d86af13f852e8c54de7939a8d53bda314f14b805065a567dcf6242
MD5 71d6e097277c1973eeb71456b024e303
BLAKE2b-256 9e916ed96b665273c924b33f330183fb6f273c2967f06832b6d63cf8a54b8163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0d7bbcf273101ae304e676956b9f8c61034ac9a043eac64f321002c97255c0cb
MD5 66d01a11f156b2c2b3597a6adf097b5b
BLAKE2b-256 d76b4030d8d0c4ef205102d451d671042bcd0959f95d6dc8df27ae45568bc98d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3763755c0f8ba8c940055aa7d5d4ef8df5fed1cbd0e9e5a1d2bd4a89c6f59c18
MD5 844286cc5dd783018442268ed13bfdfb
BLAKE2b-256 7154e96dfd74ecb0bc459831115eda400fc6da537389757fb71cda5571962e4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f4695a05dd4e84878beb9d955ce047cbb872c64cdeef841484da083903fa9d5
MD5 1b0f6f4f6ef35a576d66cc5779daf705
BLAKE2b-256 1751103060d1e9556221f22f2327031d754c364efc9481cb30995e7c6aa7d006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a50adc6395f0e36a23a608919911677ba41b90943e3ae14b5b432c6af364544
MD5 8c40903a3451d1ef2f191f3c3d3452b7
BLAKE2b-256 57ad0f88ce0a0bf580fe613c94cf02ce0bdbd4035833c709bd74b240bc59636a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3cf4960a65c1b784c9277203a6ba6bd2321c3530617eae46831f284a18370d3
MD5 3655e21a13c636263a143996345438f2
BLAKE2b-256 815819dd5f9e63f660d78b2eb4e5b438bacd4cffcd64c9aaabdd024bbcdb9228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2b75425f49a3a95eae5368eb4f63530e28f3ea94ea27af5bca6b5a516aa7056
MD5 e7bbc01f3d0f2bf26090265f8cfc7474
BLAKE2b-256 a3f35e70286a5662cc12bdc8af2e9daf997db08506b84dca78a00e5e0511f7f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8961e92b625fc5e3d044374d2f4ffd2775ba25dc69244abbd4b614245ba933ce
MD5 d8d7c9eb8745a8a10d8d57695ddf438a
BLAKE2b-256 bbbf2af29164870a99123cd05374be9b748b9cc0e48e29fd97a91fbd7dd4f69a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mathinterval-0.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3baaf8823e5b3dd5bc138a46cb0f9b0cb990587ad54579d549c43330451f168c
MD5 34e3c140e5cb93ad98d1d425e855afe9
BLAKE2b-256 9eda8717f401bb2ac308e2bcf79a21ff1fdd3c2ceb45b91970ba347c59a153aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4cd7b3a57cd83578176e673c29fb7a0394f87ce80377cc6bdb9fc5d0a12a828
MD5 75e55086cfb8401b08dfb2552e223124
BLAKE2b-256 957858e2b771d8d15f0fab0035ef6cdc34c7476258f198d7bb6ea89b5b0b2e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69d2a3138b180dbd9fc8df949eb525756feae84299940741acbf4e6cbf1d2e6c
MD5 c9f3cc24a9cb7bb3c69f8c9513816010
BLAKE2b-256 21cdd2f66d7ab3e0b98f0773461bde0d16c71bf7d8a69fb20d76260fa2e091f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33795186c9714a1f794e6a2e7be7c54b65de63fa6c6185ae87f962fb4c4054c2
MD5 4fc4bed9a44d5e6baff9572bdcd297a6
BLAKE2b-256 b91d93941e4e0f4dc1999384d5b72c62ba2b77d22351bff18f2a6f35ee966501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9af410c5b527842cd756e7e47d4a3e5a2969f660796003853f7a2b5e057580ed
MD5 3450f0a6e61cdbd935e78074360d534d
BLAKE2b-256 76102617f04093efd90db1d68f439527109390f1e584e13ff6a39437693ee725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4f9e5ec8f81b2886c83e10d3996ca75f63586d541fa279b34cc9a3572207eeb
MD5 63ce140d180184a2bcf4c1a318517fd0
BLAKE2b-256 94e7b6e0356ad101043f63ff2e708ff39fee0af4ecb923ca5be4eca38eb90ff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4ffa47d2299cbe954988b1cb92003ac673dd83c0948c0a81345cebc46dbdcbaf
MD5 c82587a2e9d12df13fdaed262e58f0ed
BLAKE2b-256 45271b96bbcc1caca380f604cd997d3e767992969131cf7cc835cff170402495

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mathinterval-0.4.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3cc35243c66aefaa7210355a760d8b8020ce242f34691855defc344c50c68aff
MD5 bae28b98ad67cfaf6085c77fcb62a5d9
BLAKE2b-256 5d5f78fb6be09273790347d1fb7468ff394e09668c24c423034446ae0096f061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bd99a6093b2c1bd9f8b3fbe727f900d588c639653c57f38480c731a8e28a9b9
MD5 a44611722cbcbb6255375e665f56fe10
BLAKE2b-256 56b711dad0c25a129fb1d10c0797556266180b354444dd5ecb5c1b39403d2474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5f7e0918bccf89f6448b2fc42204bb531743c4aedb9859298c5de86e64a49ff
MD5 b6a6286b57ba49320c221fdaf42a75ae
BLAKE2b-256 c2d6646d026fef6f042fa754c210dbd77e35252998ad04a545abc28e63a1eb7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 975f75ab2ad7162fbad428ea150082a19c8d1bfc6425ddff941ac08c8a4b552d
MD5 c9162fdc5a370b11d16650749e46ec72
BLAKE2b-256 efb50391f1f444306e310e63acf177bb0107d788d94230a7ad037ef2abe8a5bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3c6fcee75074e785ac6cfafb5f231e017c41ed7f65bdc52fc44a63b355cb381
MD5 bde44874aa8f0111c4bc23ed36876aa3
BLAKE2b-256 684254e972c91913bc1beeddba90a53133ba499c49e6543e13c61a1a555de8ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22c63d7923c86525cfb5fd5f80d659ff5b7839593fa51cd5e7b5fe8fb2bfe265
MD5 2e3c4eccb9c2b23b4d2568b40ae29cda
BLAKE2b-256 11ac03bd3c14d483ccb7660bc8491bc4b688b70cf32a5cd68ade1e531bfc354c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mathinterval-0.4.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f3983f2a0650b2610989d29a7cdf986b8952d34701c8f06297ef1438154940d
MD5 927a02daaccd2d9e34bf6668ea863def
BLAKE2b-256 a49d92f42a2390d56ee695db49d86c7c8bc5ee7ef2f196b7585dc9fa59160658

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