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

Uploaded CPython 3.14tWindows x86-64

cordic-0.1.0-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.0-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.0-cp314-cp314t-macosx_15_0_arm64.whl (25.4 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

cordic-0.1.0-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.0-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.0-cp314-cp314-macosx_15_0_arm64.whl (24.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

cordic-0.1.0-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.0-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.0-cp313-cp313-macosx_15_0_arm64.whl (24.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

cordic-0.1.0-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.0-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.0-cp312-cp312-macosx_15_0_arm64.whl (24.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

cordic-0.1.0-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.0-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.0-cp311-cp311-macosx_15_0_arm64.whl (24.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

cordic-0.1.0-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.0-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.0-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.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.0-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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 044a8fa361a3bd2681ddd756fbd4ad9d6d11e8724aa92fb08e76e5f9e135db8f
MD5 9e17f4238e13d032b65614e753169898
BLAKE2b-256 044cdd4e458e157200a1cd36be3b6111920e9e3d0ba28903e1d582d995391863

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e9ccfd08ed5945856c262a43d5ce957f195a9530e9bed5594f1df8641e9b230
MD5 0d820ea68be32cba07cfc3ee13b4d747
BLAKE2b-256 6e45d95af067f85fbe0adc771e9e2674b87986820ef8b0e64dcc95145f5eb827

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-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.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b951886a3bfde7c23d587df67a4b5646dbec0ebd0e2311bafec99866c0a802a
MD5 b3f3b022163aa8a534ce5aab02a646a2
BLAKE2b-256 692f825338e00e46a7c777fbf817f32cf53a9a60f876e806199076e89dca53ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f7d3d9e4ef85ec27bc63acc281aeb5dbcb18d188d6c33fc8a5d23c328e62a9a8
MD5 507b0c2bbc9bbb60639a8635f4956c5f
BLAKE2b-256 3df619154afc4eca225c42febfc2745357d00f98a3b5670a624825eef20955da

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bcd603232775fbce866f1e9856898706650658f092a033165d01edb032182cf0
MD5 b6e7f7b3fee80330a33f961ed0441086
BLAKE2b-256 6687964fb2b6f6ab24691217d990834479e1e633ea04e01af58e0af80e71b13b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc372b2a57426f32f0f851e74fb873558f8de0b53cdd420aca5eb2543fe5a836
MD5 fa4371e2aba49e91be1b9e4855bb6c59
BLAKE2b-256 c7d438176e5d6d9c758b80f5cd8af46858c4ec8fc0aee94138917933a303be3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-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.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 356176200aa9b88b028c05263807b847641ccd1924a5c3ee13e1ba29bdf4ed2c
MD5 3939b80c829d6d488928ddfc36ca9fbc
BLAKE2b-256 68082fa477445cdece072945ed65030a7a041014cba20212d2e8a8cdfb5899e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 69517c449f276a8cc23989efd76d6e9d3324edbf305b6ad2beee531ca225e75a
MD5 04b29058518fed75e1fb8d97921d3711
BLAKE2b-256 d36c27a7cf7bbf4b4de814dea0ee60e67cddba3d7bb82f68e24f60b502cd4c13

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 060029c94cd1b0d8abf240dd406c54e48f95f96e1f4d7fed99bb243d1d05e10a
MD5 a1c0a922d8493c44b9e0ee6e631a7d33
BLAKE2b-256 d066bbd6cfc2ac1da93cf7d4a67ab9726ea47b23280e2b24d613900a106d907a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3176a7293770a47ca5ef5e1494fc6ef107900fdd6e6941813da3e6c00554925d
MD5 9bfe9f9706ac05643ea27e9d2338dec2
BLAKE2b-256 a83cbfc404fa266040c4fae45c19d7d4ba398504896063f0d6779262f2dd1052

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-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.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a192fcc7177039cdd581798954ab793548e34590c4fa87aba8dda21fc4d6352
MD5 def717bbb966fc0bfe3ca4d7e1f62526
BLAKE2b-256 b57d27edc1a21118e48eb1cc57c7587fc2029ae76a3b12466b283325a047c238

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 633b4975e1f9b3089af43567ccd0bcc4a64f9434957879734ca976fd5b6b4a04
MD5 7f68246fa17588abb3b128d07ffd1a15
BLAKE2b-256 cae47bab05e6cb271078e6a334ad6da830f95caf9814b04b08850e23033e853d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 328fff8689eae464c1560e7d0d2edab0d0f0413e1688c9ff83d55ce62db81536
MD5 7dec5b134c409bbaf4e423e81c355304
BLAKE2b-256 5ea1e2ddf4db40adf553f0931b803378143af73f9f015d57b60d3d3a59d70d2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8e6cd1d4a7fac43d7f15bad65b05182c60a7ea1d44136f8668ae4d05ca34f97
MD5 53f5eba6dbb2cd8332a7af9e0ffd7574
BLAKE2b-256 d78865533cb3adcf5bd6be9c463383ce37a1891f329bf22cf93fdd0d5eb9fdb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-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.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 671f7d79bebc251714d86eddd26979a6f4851d1519616834e5bf37f72ac8ad7a
MD5 8c18dab52e9f44b30dccf1837112d82e
BLAKE2b-256 c3eebda4f1089c5a2709452d0a46f2e5e2bd01892e0b96fc02f3fb445e73d936

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ef4f0ec5a61465924aa8deedccb2052aaf09bb0412a42740fc44b378d7728a2b
MD5 04470dbe7ad0828465bb95f1fbe68586
BLAKE2b-256 a7a41fc2824bb69f7236f8195cf4efacc19635e6e0afa810d904d7a9f91a5f94

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c14e6de351620e0cd8f51c4c2a1bfbc4de4d7d474f46e11242057b1a4166ca6e
MD5 d95b075e8c4051490a2df4dc55993848
BLAKE2b-256 ae0756228b9d94a6232301e2aaeedb998f51f85e9d3d0446496fc6cffb75565b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4af1c167db702ec95fd25488f5d7cd9f5cb514c10661b1887615cc8a4c258d67
MD5 0839d041d276d3ef690effab6bbf8a54
BLAKE2b-256 45291bb6d5604de84ea575e552d2d684f535a2e2677568a80d786d5be4ebe590

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-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.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c0e30626151173396b4b13f240d52159cea17fd1b417c1df95e64310c23cb25
MD5 c4ac697666a342c1cdb4f5c4d3b4e44e
BLAKE2b-256 7944172324c0f3867437c5393536afad45ddff04be3d55d364551489dede6a5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3adad509577e382175da38b180c4b20201306c1fbd0db2adb92416abfac758c1
MD5 15ea7ad42a6f341e94968ff93c3a3c8e
BLAKE2b-256 2dc3f0c097c8a62d7946c95b6e6d7777473d207311708f4f360ea9d54cc46fb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cordic-0.1.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8f6f8d60aed3491f4776471dca69cb9bb8fb398a8d6fe2b7c1923bec63d3f739
MD5 e101109f1a8e4f13bde104ea4e972498
BLAKE2b-256 df720070606259780a63b7e0f8efad0768939a25edea8bfdd76a643a78876ad3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51c0710e607b42b49f435ce6cdafed6e1e350d2a102140a6323f68c79f1bf1f6
MD5 2b028222845136cf0b9925a7fbfc441a
BLAKE2b-256 d23ecdb8973101f235cbcb2fac5accc8c69b9e19ce463e4e6cd1e9cecae49cb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-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.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a20d867384037982867da29859a98d4cbf595410aa5dd94cc2d641aa91bf40e0
MD5 738955a9c6366cf6bb1e9ded418307e4
BLAKE2b-256 4a6cfd497e6e55e9a4918ecebd2e4012da81fe73f4ec6c080800789a611701a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cordic-0.1.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 58cf2ff81de0b6739ededbc27154783470202ecc39f0e76258d7bb6aab8fddf4
MD5 69aee37df341fb6c7b65378c616499b9
BLAKE2b-256 3549ab859ac279593d24a6afa3b1e690ef268f144c7508d6aceb6d930a13fbb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cordic-0.1.0-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