mathtools/cmd
filifa 48cc045e80 return error if no solution found 2025-09-10 20:50:11 -04:00
..
convergents.go move functions to lib 2025-09-06 00:37:40 -04:00
crt.go clarify that commas are needed 2025-09-06 21:19:18 -04:00
discreteLog.go return error if no solution found 2025-09-10 20:50:11 -04:00
gcd.go replace log.Fatal with cobra.CheckErr 2025-08-27 22:37:28 -04:00
isprime.go don't quit on invalid input 2025-08-12 20:59:16 -04:00
jacobi.go name variables more clearly 2025-08-27 22:42:45 -04:00
modInverse.go add modular inverse command 2025-09-06 23:23:48 -04:00
modSqrt.go add modular square root command 2025-09-06 22:25:58 -04:00
partitions.go avoid stack overflow if k > n 2025-09-07 23:07:30 -04:00
pell.go add more help text 2025-09-06 00:43:51 -04:00
primitiveRoot.go replace log.Fatal with cobra.CheckErr 2025-08-27 22:37:28 -04:00
root.go set description 2025-08-11 20:45:50 -04:00
shoelace.go add shoelace command 2025-09-08 23:22:27 -04:00
sqrtRepetend.go create internal library 2025-08-21 18:59:01 -04:00
stirling.go add stirling subcommand 2025-08-27 22:37:45 -04:00