High-Precision Companion Matrix Root Finder
Python wrapper for mpmath eigenvalues when numpy.roots loses precision on ill-conditioned polynomials.
Limitless numbers in C and C++
Arbitrary-precision fractions in a single header, but GMP exists and is battle-tested.
Systems programmers, competitive programmers, cryptography and numerical computation developers
GMP (GNU Multiple Precision Library) · MPFR (Multiple Precision Floating-Point Rounding) · Boost.Multiprecision
Python wrapper for mpmath eigenvalues when numpy.roots loses precision on ill-conditioned polynomials.
Exact precision linear algebra with abort-aware checked operations in Rust.
Hidden Hard Mode after solving adds replay value to the classic 24 game formula.
Obsidian-style wikilinks as an embeddable SDK, but the notes canvas space is packed.
WhatsApp Business App + Cloud API on one number without message proxying.
Numbers are represented as points and arithmetic is built from five classical compass-and-straightedge constructions — addition by midpoint/doubling, multiplication via triangle similarity, and even bitwise ops implemented geometrically. There's an actual Game Boy ALU implemented this way (with a demo GIF) and a gnarly circle-intersection formula tucked into circle.py, which makes this part museum-piece, part engineering puzzle. It's delightful, slow, and clearly aimed at people who want to watch algebra get translated into geometry.