Closed jwaldmann closed 10 years ago
fixed by https://github.com/apunktbau/co4/commit/4cfb16a448f271627cb8874fa2098937a0f8d771
As outlined in issue https://github.com/apunktbau/co4/issues/75, this comes with a significant penalty in form of increased formula sizes.
... by expanding the shorter number with leading zeroes, then calling the original operation. (There may be more efficient implementations, but for now it should be good enough. These leading zeroes are statically known, so the formulas might get simplified automatically.)