Skip to main content

xprec precision numpy extension

Project description

Library for double-double arithmetic calculation

Extension module for numpy providing the ddouble data type.

Loading this module registers an additional scalar data type ddouble with numpy implementing double-double arithmetic. You can use use the data type by passing dtype=xprec.ddouble to numpy functions.

The xprec.linalg module provides some linear algebra subroutines, in particular QR, RRQR, SVD and truncated SVD.

Installation

$ pip install xprec

Quickstart

import numpy as np
x = np.linspace(0, np.pi)

# import double-double precision data type
from xprec import ddouble
x = x.astype(ddouble)
y = x * x + 1
z = np.sin(x)

# do some linalg
import xprec.linalg
A = np.vander(np.linspace(-1, 1, 80, dtype=ddouble), 150)
U, s, VT = xprec.linalg.svd(A)

Licence

The xprec library is Copyright (C) 2021 Markus Wallerberger. Licensed under the MIT license (see LICENSE.txt).

Contains code from the QD library, which is Copyright (C) 2012 Yozo Hida, Xiaoye S. Li, David H. Bailey. Released under the BSD license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xprec-1.1.1.tar.gz (29.7 kB view details)

Uploaded Source

Built Distributions

xprec-1.1.1-cp310-cp310-win_amd64.whl (66.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

xprec-1.1.1-cp310-cp310-musllinux_1_1_x86_64.whl (426.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

xprec-1.1.1-cp310-cp310-musllinux_1_1_i686.whl (381.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

xprec-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

xprec-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl (56.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

xprec-1.1.1-cp39-cp39-win_amd64.whl (66.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

xprec-1.1.1-cp39-cp39-musllinux_1_1_x86_64.whl (424.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

xprec-1.1.1-cp39-cp39-musllinux_1_1_i686.whl (380.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

xprec-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (429.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

xprec-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl (56.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

xprec-1.1.1-cp38-cp38-win_amd64.whl (66.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

xprec-1.1.1-cp38-cp38-musllinux_1_1_x86_64.whl (426.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

xprec-1.1.1-cp38-cp38-musllinux_1_1_i686.whl (381.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

xprec-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (429.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

xprec-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl (56.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

xprec-1.1.1-cp37-cp37m-win_amd64.whl (66.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

xprec-1.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl (425.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

xprec-1.1.1-cp37-cp37m-musllinux_1_1_i686.whl (381.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

xprec-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

xprec-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (56.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

xprec-1.1.1-cp36-cp36m-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

xprec-1.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl (423.6 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

xprec-1.1.1-cp36-cp36m-musllinux_1_1_i686.whl (378.9 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

xprec-1.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

xprec-1.1.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (374.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

xprec-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl (56.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file xprec-1.1.1.tar.gz.

File metadata

  • Download URL: xprec-1.1.1.tar.gz
  • Upload date:
  • Size: 29.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for xprec-1.1.1.tar.gz
Algorithm Hash digest
SHA256 af77c154ae6e8102e29c3351daed41fb23c890b6ed9e756f989fd42fdbd75822
MD5 c6529920737336c93394c7dd091c5d62
BLAKE2b-256 f2b4aeaf85d4a3654a7a1a72c1dec00a013329f8604ab571dc3f9501f10acbf5

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 66.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8c6a5cef41006f49b7c4b16db15d6b81e5b364f4e2aebfb6a9c6907fef91a8d8
MD5 63458047795315784da8b6afa8f5a6c1
BLAKE2b-256 35838c1226f4534b60dd8959c4f944bd09586908c7fb4795c9c059a10714a994

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 426.2 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e33dd7c9908f31ad844cbe73c3470cbe7dd7fd2ec84be6a916617f02404958cd
MD5 6ead7f18ddd2a6e1c2506fc7e01972ea
BLAKE2b-256 acc31f09ec2bc02ddd681db1bbf38cde3a80a5a3a9e550bfdf4107acd1043438

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: xprec-1.1.1-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 381.6 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d5e30a00b19205e41679d2f2fb998e778f1845843d89284b920f8a9d2a1d149a
MD5 282f17df8d7066a0fdd2def2c7214fdf
BLAKE2b-256 040c4e2b5cc8cc24c666a7a98255539a972cf3fcd25c5fbc314a9b5a656e7f4b

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xprec-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 984ee6d867d77e62a9216344a5400791f0c6356d4b534ac3b06a3df86c3bad00
MD5 311c9a64e2ba501503b1d7e226a4fb50
BLAKE2b-256 aa5750b3f426a30ca1535763048ac2032d882d52bfbdce1e11d4d8aead594d18

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 56.3 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b3fb5c87536531786d6167df7f7706812b3e2df01a9ecb61e6fd3855429120a
MD5 ebd2d94aad38b7882208dd6c01677fa2
BLAKE2b-256 2fca1676f791af87523fea2182ba42e7b832cfc9db10d4fbed25d7b3e375ad75

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 66.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5d7752c2763859bbfffa3e2243d4ca3b4966631236e3ea64fc8786cfc99ccad0
MD5 8b1c76fa64598d9a45f2db9ead633688
BLAKE2b-256 3658f288a4c156673eda61de7c1201465ec8ae13e69099e364089292d5f0f96e

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 424.7 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 742b9f9b156d726cd3c30bef99bc92c4df8eb1f2e1935d4fa2a8cc19ef11ae8b
MD5 b5f96bdac4d0b0a3b1f7076a42fc3d70
BLAKE2b-256 9c18ed34ddb57e0d9d0e0ac3e2b4af3de926680107838551c2cd050256b58946

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: xprec-1.1.1-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 380.0 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5369be8add607cdc4a6e3a2b0910e4c9bbee74f6492b88fe539d60f6b160a57d
MD5 c50eef245957ff7340656897432aeb85
BLAKE2b-256 a2811e3e88badf85161362222f70ddcc0ca9914e23bbb1b69f31639dcc4bbb49

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xprec-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b96433352610af3f2ad1e89d36866c5a68d2c95a189e1624cbcb4562e175e52
MD5 f4621f7f4467f0067db4ad3a62af35a1
BLAKE2b-256 27c3d9bdca8a2cdd5ad5bd5b0bb489685588716b67cf3562d2ccc00d82dc12ee

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 56.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1cc4e8b4e769b521f11321300a4fb5dfa7bf2475a80a57ef7fdf6df224796b5
MD5 4286b6d6ab8caa2e6db7ffebaca9cbeb
BLAKE2b-256 16bdea9c2370d3dd4a7f92d04f0315d40baa544fbc2dd6f7f6a204954f3d938c

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 66.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a97679422ed89b392c5cd8868f3e02769a3953b6776717e20530f048479484b4
MD5 8812f85ea8430735d01d77a9bee70791
BLAKE2b-256 78cfc2f2f7d7648f6b46cfa2649804e46a2ebcac528d92aac1384510d6e077d8

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 426.0 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e5f7646a969a6a8103fb843a036470049160f059da43d2a2cb378e0b978219b3
MD5 070038d1ecd85fd5d01b911178a90d34
BLAKE2b-256 6ec3d73290a751d34ac4b03268eae7c5ae394fedfc3eac3c34ec4cd3f5f63bbe

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: xprec-1.1.1-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 381.4 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7df5796379e571158578a9922ba75ee5cd29e0cbc519fe7a4efcccc408c41939
MD5 34d9ed3f0f909de59f0caed2343e4e85
BLAKE2b-256 5b6e1b2554930c56c93125fe1581850518893012d9b055bd2da2928e52557225

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xprec-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e570233550b065baf3dbfdc0459785b240b56c480862ee71b0f8a2e06e0bd05b
MD5 921dc29015eb423cc2b4f14c2dd6de9c
BLAKE2b-256 b8541778e6f00c8f32f7c67d077e36f6a94eb35062b6e7144a85b38ccb995830

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 56.3 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 884708c7e7f961e0da22e58a22b683de64c23ce37fc5a9d66a57eccc97c26769
MD5 9c97cbb193903abe51af0bf8d751d96c
BLAKE2b-256 19c0200a5625fdba9e30c5db10264376cc1678201f96f3934dc6d06612a3eec0

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 66.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f3a9eeb98c55d768a57d16d246f0e0266d3fab5aedf8288f366bf933e0a9189c
MD5 27353c87bd711fb88b1dbff90dc22efb
BLAKE2b-256 bf0ca0c2162d3a035ca0688a77a88098fbfb750ede460bb8480d8e0a219843d1

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 425.5 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3ae63a618ee69806e1cf1cc88b99b96008e81b5341964e72ccc5a2f43ae78614
MD5 4d7225f680b1498f1216ba4f228793fd
BLAKE2b-256 c6ced87e5cba3b6af71de032e81ce55c8de907f3e54eecac23913c275ea52721

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: xprec-1.1.1-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 381.1 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 33bb2d195b29c4eb4dff958e625578cb6e21ee66c52a566a0c7ca1ff0fb7e981
MD5 c793750084f31a23242a9764689f10c2
BLAKE2b-256 a096a281b43321077019cbe983fc532d2129fa09c81673323f739dddf672541d

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xprec-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7576f3df9af6a2f0a848f27103cd78c524c09d78d213bff0aafc967941a0af34
MD5 eb20dff07a5f07eb8da51683a7e39f88
BLAKE2b-256 e26a47bfa9668adfabb5a7962e93d9e33f225537755083b2919363d81e2451ea

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 56.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa18c7f75c25ea4ec713091218c685181230a1bd8b011869855c8157471a561f
MD5 a42e112612541b9f546334bc39e59e38
BLAKE2b-256 12539cd3588f374f0bf0bf7a7712c971ef5c62f8c8ed2b5c03f0249cdd97e3e4

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 75.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1dd386353dcca0c1979530124e82d0848274e598815a78eacaf5192b6aa04363
MD5 a757162bb08bfe43f82938d6a037a6d1
BLAKE2b-256 8fb1b8403e2b3b8cb8e6226e071dbaec6b6afc9ccf6bfe1369ad5fc51e5c31a5

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 423.6 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b94c54947395f7c3af371935a7dd6b54d7101775d4a5a5a6cdc9a9a73cfc4891
MD5 48b016cee08aca529032a17c2c7e8071
BLAKE2b-256 7a2eed010e0ef5894d836f146f75fb5265dbf7fac8cbc91eaa18fbb61a4c6faa

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: xprec-1.1.1-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 378.9 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3304d46ce78ee3828aaacf1610cfeb80d4aafd100622c9eedc7a0a7b7041ed20
MD5 8d48da95f3f526ee68ce7c358b594543
BLAKE2b-256 2e452583fb0ff141f4fecef58b41ee19df46266c6539c25921ac050861e96d81

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xprec-1.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03c101b9ee397af834ef0a1ee774bcf189a8dc9841b4f302031dfc3decc34acd
MD5 32759cf6dd4786c4dfcac191c3eec545
BLAKE2b-256 72fdd2d918f532d347528f70efa9db456bc290d68cbdbc9d1f70b78535a8b249

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: xprec-1.1.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 374.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3053c76ee7dbca14fb1a2770a890ce67f25d4ffb6c84ebbe262c58e9af124bda
MD5 505586ad589e4268780b28bc1b5d76b4
BLAKE2b-256 37563a45bfad004342358f61d308637a93952cd61ab7a8ef18856214dd418be5

See more details on using hashes here.

File details

Details for the file xprec-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xprec-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 56.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for xprec-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4684fe6b227c25e384eee899603dd8548f46eb18379578eb34b0028cbbf04254
MD5 584ce7c28efcb750a204e352031276d4
BLAKE2b-256 21e6a26123a9640a277ac3aab3ba94c6c54fb2392e254ff6f8b62de6bad9bca8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page