Skip to main content

CORDIC algorithm for Python

Project description

cordic

CORDIC Algorithm for Python

Tests Documentation Ruff

codecov License: LGPL-2.1

PyPI Downloads Python versions

cordic is a high-performance Python library for evaluating trigonometric, hyperbolic, exponential, logarithmic, and root functions using the CORDIC (COordinate Rotation DIgital Computer) algorithm — an iterative method that uses only shifts, additions, and a small look-up table.

Quick example

import cordic

print(cordic.cos(1.0))  # ≈ 0.5403
print(cordic.exp(1.0))  # ≈ 2.7183
print(cordic.sqrt(2.0))  # ≈ 1.4142
print(cordic.arctan(1.0))  # ≈ 0.7854

Installation

pip install cordic

Requires Python 3.10+ and NumPy. See the full installation guide for uv, poetry, and source builds.

Documentation

Routines

Function Description
arccos(t, n) Arccosine via CORDIC
arcsin(t, n) Arcsine via CORDIC
arctan(t, n) Arctangent via CORDIC
cos(a, n) Cosine via CORDIC
sin(a, n) Sine via CORDIC
tan(a, n) Tangent via CORDIC
exp(t, n) Exponential via CORDIC
ln(t, n) Natural logarithm via CORDIC
sqrt(t, n) Square root via CORDIC
cbrt(t, n) Cube root via CORDIC
multiply(x, y, n) Multiplication via CORDIC shift-and-add
angle_shift(alpha, beta) Shift angle into $[\beta,, \beta + 2\pi)$

All functions accept an optional iteration count n (default 25).

References

  • Pitts Jarvis, "Implementing CORDIC Algorithms," Dr. Dobb's Journal, October 1990.
  • Jean-Michel Muller, Elementary Functions: Algorithms and Implementation, Second Edition, Birkhäuser, 2006, ISBN 978-0-8176-4372-0.
  • Allan Sultan, "CORDIC: How Hand Calculators Calculate," The College Mathematics Journal, 40(2), 87–92, March 2009.
  • Jack Volder, "The CORDIC Computing Technique," IRE Transactions on Electronic Computers, 8(3), 330–334, 1959.
  • Jack Volder, "The Birth of CORDIC," Journal of VLSI Signal Processing Systems, 25(2), 101–105, June 2000.
  • Anthony Williams, "Optimizing Math-Intensive Applications with Fixed-Point Arithmetic," Dr. Dobb's Journal, 33(4), 38–43, April 2008.

Attribution

The original C library was written by John Burkardt and is distributed under the LGPL-2.1 license.

License

LGPL-2.1 — see 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 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.

cordic-0.1.1-cp314-cp314t-win_amd64.whl (42.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

cordic-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl (32.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cordic-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (31.6 kB view details)

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

cordic-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl (25.4 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

cordic-0.1.1-cp314-cp314-win_amd64.whl (41.8 kB view details)

Uploaded CPython 3.14Windows x86-64

cordic-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl (31.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cordic-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (31.0 kB view details)

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

cordic-0.1.1-cp314-cp314-macosx_15_0_arm64.whl (24.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

cordic-0.1.1-cp313-cp313-win_amd64.whl (40.7 kB view details)

Uploaded CPython 3.13Windows x86-64

cordic-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (31.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cordic-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (31.0 kB view details)

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

cordic-0.1.1-cp313-cp313-macosx_15_0_arm64.whl (24.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

cordic-0.1.1-cp312-cp312-win_amd64.whl (40.7 kB view details)

Uploaded CPython 3.12Windows x86-64

cordic-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (31.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cordic-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (31.0 kB view details)

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

cordic-0.1.1-cp312-cp312-macosx_15_0_arm64.whl (24.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

cordic-0.1.1-cp311-cp311-win_amd64.whl (40.6 kB view details)

Uploaded CPython 3.11Windows x86-64

cordic-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (31.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cordic-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (30.8 kB view details)

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

cordic-0.1.1-cp311-cp311-macosx_15_0_arm64.whl (24.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

cordic-0.1.1-cp310-cp310-win_amd64.whl (40.5 kB view details)

Uploaded CPython 3.10Windows x86-64

cordic-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (31.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cordic-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (30.8 kB view details)

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

cordic-0.1.1-cp310-cp310-macosx_15_0_arm64.whl (24.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file cordic-0.1.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 42.6 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cordic-0.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 20b8910330ec02724a87579ead9d1792d9010c27c6aa28a1cf388bb07b8a8212
MD5 9ed6717a111a1592ed2c51486de1cc00
BLAKE2b-256 c81e3b9a3e3ed9afbc73d2b58b071498d549e27c303ca7ee2ab3b009dacada28

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp314-cp314t-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 442aa536dc1f18fcf9e968192c9f4dedb03f112daa4de5fc107abd9ec34034d1
MD5 2da2c988a8359e74a24a313ab169ecda
BLAKE2b-256 a87c6349f4c3f37fc6cdf4629b9f8f015cae3f7a8360b24d95d06b89dab9d986

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a540718b4b6522d7c1eff7f912761a0c130897580f19b6cf0aa3b3cf8d53a6be
MD5 697fce081fd8166868707df9454ea5cd
BLAKE2b-256 e0b6c06de5be87ff9a1e1d37bba621b634be067323669ed9395ca04410c7e7be

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1288381ca6f25251dbf69edd2b167db3e9c7df1d879b6651e0ec8c0afc8a7a42
MD5 5a49dc93be6494ca8d03acf9052a08e5
BLAKE2b-256 c0ee3867322b1fc19a6ccc9609ef7a2d5e02621b8de1274506dd9615965ac534

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 41.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cordic-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3712494103c5dd5493b8038ba2584acb0f9ba0b1596ae1b2f146eb4ad689dc4b
MD5 9fcbf55f3e358303c01cbd8f8db8c010
BLAKE2b-256 11447e7a16a8ac5cdd308cb5208194baed694b298017c6a34b8131ba7db3d898

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp314-cp314-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35ebccc5432d588e2cba84e9786ca7d2db90fa4c3864e7f409a2d9d7d459b21a
MD5 123505319433e55fa6dd8772aed20aac
BLAKE2b-256 a658a268ae23dc1ef3793e1204ba7c75a3f9081f7d15a127975960c615ae1149

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46f91429a7b1585b2714b403a497b4342cebc492ac1256cf72ca23784f830e35
MD5 0954876354c2f661cfd140d632154775
BLAKE2b-256 abcbd7bd77a41ff3fb08c90ce0e3dc364bcf586ea26ee5e7c1fdfbf28c0cab45

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 89958c65e034d1116b4127b59016b54e7423a80daf25829ca1a98cc4c724c61e
MD5 4f837d2f0b55b34ffac0eb7a031ba761
BLAKE2b-256 c9ac3869e4866df1b7c2c46bf3617e9715cc10d66c91d8cebf7db3aeb0fcb06e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 40.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cordic-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ceb82f5761d3c13c3a0495aa977998bf4098332f98fe1c6c64fd56e336038f39
MD5 4ddaa63c76831d02adddd96e896f4e70
BLAKE2b-256 f88f46a5c4576960d6f0b99b4e4e5138ec4fa2b2167b0f057c9b39d056e132b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp313-cp313-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0790d669b390ac3951e7c02d1448496551039ba5c7a415abb08b9d03a2b7618b
MD5 35ee0a29244afc6fb572e566003a259d
BLAKE2b-256 26c71ef6a596ad818cd2be16571ad072ba84773db094a2d11f3a75f8698b3b54

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 050097f13e2e2130701e8025cf062596f5c5502af7619f83a54d9081659c44a0
MD5 fd2a3132edb8812ec78950b8836c2da3
BLAKE2b-256 a02b1e70ff68f1b7ea5fa54a97f25559997c732d09eeee011b7b56c9401a6f94

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 631daf29760054ddbabc72fa01b36c218d4307b4534c0ca9e3baaed9f2a3aa9e
MD5 f94ca37bd9de3b453f28ea44306e53c1
BLAKE2b-256 3311c386d876bef84cbd2907fdad6c494380bcf19d0c3562cb9d218f3e36086d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 40.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cordic-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 66d5fd4b644b590651db01486ae5b1a82ca86ca68e4c2c8d0a222af75ae005b1
MD5 928c858ada0e6d7daa8f02dfbb06abcb
BLAKE2b-256 5f9d2cd79ad1423b0f7367f4ccc04d6f93a5fa9a4f8b4ea770e8a484a230c5e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp312-cp312-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f46fffc10976d1a9e002bfcf987472a03d4eb00abf253130bc2545c3b5232fc9
MD5 a3e361cd4400a334fb9dbc82e3884ea5
BLAKE2b-256 4b9e0b0f987d17853ae642f16ea459b78eebeae556c2cdb762bcf7a04be0c303

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac04169db4be6a49009017a033eb4400a07a8d21bfb54f768a860f6253397cfc
MD5 9001585509f9d0d3b57c90aea42d5497
BLAKE2b-256 b8f8401df08549acf548fbb3df08ddba51ecede5bfd894811ed93bf977018550

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d319db1d374fc27afc07a084caa40aa593719c7d4d1f8845485a7c5107a44c9b
MD5 6f92c0dd967ba24e29604858508e4cc0
BLAKE2b-256 a09e6b0444eaebe372dec6537c8248f30b8d8b8c0f8e29d0ff49778ac512b594

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cordic-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8c2cba715ceda41f4a43a4e81171022eba239a1ed917ad007f3d719c0bb7a451
MD5 e4509da8f1e694e43a38260833835d98
BLAKE2b-256 c81f08958e52dbcbff93c4aefd66091dc046da8a4f9c1854d8f41f8f7c4f2a16

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp311-cp311-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99c0d6ca5f034ec56ebb2dc9880a16969536bfdacceaaa9a7d17819d21b49bf4
MD5 dc71c915089eb5dd8cebe4c76a547ad1
BLAKE2b-256 165123bff24c05b8200ee90cdfa35e363a77ebc88fa19572cefea8a87f2624cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a5474152da267976e40062885ea851ae4e3b1fc91973b898d3d4b69a96eb9df
MD5 960cb0bd3380eba542e0cacf00c907f1
BLAKE2b-256 70fe0ba849b79bdf86b20c35d09193f695040a70cb35d8ffbc1af86a896efb3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 91a5f97ad31f97c1f44e9277b10ea1f7f2518aa54df7df429c36f00718b33707
MD5 8a33caefd9a75075f815994fd51ecec9
BLAKE2b-256 64df0602992f00d6fac5ef1a0fc9695c66432a21ddf16355ac4465a9d9d87540

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 40.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cordic-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 28ffd7451c69146a9013c140169e8b54f931d57db3e572ca578a0e13d8f3aea1
MD5 186a3fa6e62822386fde53d90f98551a
BLAKE2b-256 56bd169371030b7a61649b31c9ccc6df080be12d601fd10e25e99fb153df4b2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp310-cp310-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78fb9d06bffa7f681c42709430b9cf5c392c6194036a1bfb593e29cc1b6cad93
MD5 9a0b68193819b511169ddee5fc39f7ec
BLAKE2b-256 a8143cb3ffaf50d1e853d224c485a4833cac1905db514783ae1e34ed4b950b7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8da9827cd00df9653bd9ff3f2b99c0b7138660f5247d3556e844c37d21610846
MD5 23a4c67672d3ff466bbc21ddb27d5385
BLAKE2b-256 da6b35bb382f7878171df68840d559a28b9ea1e59c01b862ce2c0c1fdab42b52

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cordic-0.1.1-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4ab38fa10ba02b2730b0f9464710b367aa574ddf2239a5943a3a124c5aca06f3
MD5 aaa2c710264b2736796b192f84034ba7
BLAKE2b-256 e15c52a3277981303b755a720059b0915019bf5988a13f13c5a16fb1c33ff30b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.1-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/cordic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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