modular square root UI

This commit is contained in:
2026-01-12 13:47:05 +01:00
parent 2e0cbfe714
commit a45f29178a
3 changed files with 24 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ executable haskell-math
other-modules:
FactorizationUI
PrimesUI
ModularSquareRootUI
Utils
build-depends:
base ^>=4.18.2.1,