aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bigint.h
AgeCommit message (Expand)Author
2026-01-02Merge branch 'dev' into constructive-realsBruce Hill
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-12-21Divide by zero checksBruce Hill
2025-12-13More approximate, but more functional implementation.Bruce Hill
2025-12-11Merge branch 'dev' into constructive-realsBruce Hill
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
2025-11-24Fix `from_num` incomplete renamingBruce Hill
2025-11-09Add back Int$from_strBruce Hill
2025-11-09Real divisionBruce Hill
2025-11-09Rename Num -> Float64, Num32 -> Float32Bruce Hill
2025-11-09Cut out a level of pointer indirection for integers by using underlyingBruce Hill
2025-10-19Move integer implementation details into separate header/C files, backedBruce Hill