Skip to main content
Archived

This project has been archived by its maintainers, and is no longer receiving any updates.

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.

Release files for cordic 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for cordic 0.1.1
File
cordic-0.1.1-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
cordic-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
cordic-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
cordic-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 15.0+ ARM64 Details
cordic-0.1.1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
cordic-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
cordic-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
cordic-0.1.1-cp314-cp314-macosx_15_0_arm64.whl CPython 3.14 CPython 3.14 macOS 15.0+ ARM64 Details
cordic-0.1.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
cordic-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
cordic-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
cordic-0.1.1-cp313-cp313-macosx_15_0_arm64.whl CPython 3.13 CPython 3.13 macOS 15.0+ ARM64 Details
cordic-0.1.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
cordic-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
cordic-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
cordic-0.1.1-cp312-cp312-macosx_15_0_arm64.whl CPython 3.12 CPython 3.12 macOS 15.0+ ARM64 Details
cordic-0.1.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
cordic-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
cordic-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
cordic-0.1.1-cp311-cp311-macosx_15_0_arm64.whl CPython 3.11 CPython 3.11 macOS 15.0+ ARM64 Details
cordic-0.1.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
cordic-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
cordic-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
cordic-0.1.1-cp310-cp310-macosx_15_0_arm64.whl CPython 3.10 CPython 3.10 macOS 15.0+ ARM64 Details

Total release size: 772.7 kB

Release files / cordic-0.1.1-cp314-cp314t-win_amd64.whl

Download URL cordic-0.1.1-cp314-cp314t-win_amd64.whl
Size 42.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
20b8910330ec02724a87579ead9d1792d9010c27c6aa28a1cf388bb07b8a8212
BLAKE2b-256 checksum
How to use checksums
c81e3b9a3e3ed9afbc73d2b58b071498d549e27c303ca7ee2ab3b009dacada28
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL cordic-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 32.2 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
442aa536dc1f18fcf9e968192c9f4dedb03f112daa4de5fc107abd9ec34034d1
BLAKE2b-256 checksum
How to use checksums
a87c6349f4c3f37fc6cdf4629b9f8f015cae3f7a8360b24d95d06b89dab9d986
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL cordic-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 31.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a540718b4b6522d7c1eff7f912761a0c130897580f19b6cf0aa3b3cf8d53a6be
BLAKE2b-256 checksum
How to use checksums
e0b6c06de5be87ff9a1e1d37bba621b634be067323669ed9395ca04410c7e7be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl

Download URL cordic-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl
Size 25.4 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
1288381ca6f25251dbf69edd2b167db3e9c7df1d879b6651e0ec8c0afc8a7a42
BLAKE2b-256 checksum
How to use checksums
c0ee3867322b1fc19a6ccc9609ef7a2d5e02621b8de1274506dd9615965ac534
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp314-cp314-win_amd64.whl

Download URL cordic-0.1.1-cp314-cp314-win_amd64.whl
Size 41.8 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
3712494103c5dd5493b8038ba2584acb0f9ba0b1596ae1b2f146eb4ad689dc4b
BLAKE2b-256 checksum
How to use checksums
11447e7a16a8ac5cdd308cb5208194baed694b298017c6a34b8131ba7db3d898
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL cordic-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 31.7 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
35ebccc5432d588e2cba84e9786ca7d2db90fa4c3864e7f409a2d9d7d459b21a
BLAKE2b-256 checksum
How to use checksums
a658a268ae23dc1ef3793e1204ba7c75a3f9081f7d15a127975960c615ae1149
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL cordic-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 31.0 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
46f91429a7b1585b2714b403a497b4342cebc492ac1256cf72ca23784f830e35
BLAKE2b-256 checksum
How to use checksums
abcbd7bd77a41ff3fb08c90ce0e3dc364bcf586ea26ee5e7c1fdfbf28c0cab45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp314-cp314-macosx_15_0_arm64.whl

Download URL cordic-0.1.1-cp314-cp314-macosx_15_0_arm64.whl
Size 24.8 kB
Tags CPython 3.14 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
89958c65e034d1116b4127b59016b54e7423a80daf25829ca1a98cc4c724c61e
BLAKE2b-256 checksum
How to use checksums
c9ac3869e4866df1b7c2c46bf3617e9715cc10d66c91d8cebf7db3aeb0fcb06e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp313-cp313-win_amd64.whl

Download URL cordic-0.1.1-cp313-cp313-win_amd64.whl
Size 40.7 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
ceb82f5761d3c13c3a0495aa977998bf4098332f98fe1c6c64fd56e336038f39
BLAKE2b-256 checksum
How to use checksums
f88f46a5c4576960d6f0b99b4e4e5138ec4fa2b2167b0f057c9b39d056e132b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL cordic-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 31.7 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0790d669b390ac3951e7c02d1448496551039ba5c7a415abb08b9d03a2b7618b
BLAKE2b-256 checksum
How to use checksums
26c71ef6a596ad818cd2be16571ad072ba84773db094a2d11f3a75f8698b3b54
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL cordic-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 31.0 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
050097f13e2e2130701e8025cf062596f5c5502af7619f83a54d9081659c44a0
BLAKE2b-256 checksum
How to use checksums
a02b1e70ff68f1b7ea5fa54a97f25559997c732d09eeee011b7b56c9401a6f94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp313-cp313-macosx_15_0_arm64.whl

Download URL cordic-0.1.1-cp313-cp313-macosx_15_0_arm64.whl
Size 24.8 kB
Tags CPython 3.13 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
631daf29760054ddbabc72fa01b36c218d4307b4534c0ca9e3baaed9f2a3aa9e
BLAKE2b-256 checksum
How to use checksums
3311c386d876bef84cbd2907fdad6c494380bcf19d0c3562cb9d218f3e36086d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp312-cp312-win_amd64.whl

Download URL cordic-0.1.1-cp312-cp312-win_amd64.whl
Size 40.7 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
66d5fd4b644b590651db01486ae5b1a82ca86ca68e4c2c8d0a222af75ae005b1
BLAKE2b-256 checksum
How to use checksums
5f9d2cd79ad1423b0f7367f4ccc04d6f93a5fa9a4f8b4ea770e8a484a230c5e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL cordic-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 31.7 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f46fffc10976d1a9e002bfcf987472a03d4eb00abf253130bc2545c3b5232fc9
BLAKE2b-256 checksum
How to use checksums
4b9e0b0f987d17853ae642f16ea459b78eebeae556c2cdb762bcf7a04be0c303
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL cordic-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 31.0 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ac04169db4be6a49009017a033eb4400a07a8d21bfb54f768a860f6253397cfc
BLAKE2b-256 checksum
How to use checksums
b8f8401df08549acf548fbb3df08ddba51ecede5bfd894811ed93bf977018550
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp312-cp312-macosx_15_0_arm64.whl

Download URL cordic-0.1.1-cp312-cp312-macosx_15_0_arm64.whl
Size 24.9 kB
Tags CPython 3.12 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
d319db1d374fc27afc07a084caa40aa593719c7d4d1f8845485a7c5107a44c9b
BLAKE2b-256 checksum
How to use checksums
a09e6b0444eaebe372dec6537c8248f30b8d8b8c0f8e29d0ff49778ac512b594
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp311-cp311-win_amd64.whl

Download URL cordic-0.1.1-cp311-cp311-win_amd64.whl
Size 40.6 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
8c2cba715ceda41f4a43a4e81171022eba239a1ed917ad007f3d719c0bb7a451
BLAKE2b-256 checksum
How to use checksums
c81f08958e52dbcbff93c4aefd66091dc046da8a4f9c1854d8f41f8f7c4f2a16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL cordic-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 31.5 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
99c0d6ca5f034ec56ebb2dc9880a16969536bfdacceaaa9a7d17819d21b49bf4
BLAKE2b-256 checksum
How to use checksums
165123bff24c05b8200ee90cdfa35e363a77ebc88fa19572cefea8a87f2624cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL cordic-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 30.8 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6a5474152da267976e40062885ea851ae4e3b1fc91973b898d3d4b69a96eb9df
BLAKE2b-256 checksum
How to use checksums
70fe0ba849b79bdf86b20c35d09193f695040a70cb35d8ffbc1af86a896efb3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp311-cp311-macosx_15_0_arm64.whl

Download URL cordic-0.1.1-cp311-cp311-macosx_15_0_arm64.whl
Size 24.7 kB
Tags CPython 3.11 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
91a5f97ad31f97c1f44e9277b10ea1f7f2518aa54df7df429c36f00718b33707
BLAKE2b-256 checksum
How to use checksums
64df0602992f00d6fac5ef1a0fc9695c66432a21ddf16355ac4465a9d9d87540
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp310-cp310-win_amd64.whl

Download URL cordic-0.1.1-cp310-cp310-win_amd64.whl
Size 40.5 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
28ffd7451c69146a9013c140169e8b54f931d57db3e572ca578a0e13d8f3aea1
BLAKE2b-256 checksum
How to use checksums
56bd169371030b7a61649b31c9ccc6df080be12d601fd10e25e99fb153df4b2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL cordic-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 31.5 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
78fb9d06bffa7f681c42709430b9cf5c392c6194036a1bfb593e29cc1b6cad93
BLAKE2b-256 checksum
How to use checksums
a8143cb3ffaf50d1e853d224c485a4833cac1905db514783ae1e34ed4b950b7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL cordic-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 30.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8da9827cd00df9653bd9ff3f2b99c0b7138660f5247d3556e844c37d21610846
BLAKE2b-256 checksum
How to use checksums
da6b35bb382f7878171df68840d559a28b9ea1e59c01b862ce2c0c1fdab42b52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release files / cordic-0.1.1-cp310-cp310-macosx_15_0_arm64.whl

Download URL cordic-0.1.1-cp310-cp310-macosx_15_0_arm64.whl
Size 24.7 kB
Tags CPython 3.10 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
4ab38fa10ba02b2730b0f9464710b367aa574ddf2239a5943a3a124c5aca06f3
BLAKE2b-256 checksum
How to use checksums
e15c52a3277981303b755a720059b0915019bf5988a13f13c5a16fb1c33ff30b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 3, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.1.1 This release

24 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page