big: Add arguments and usage to test.py.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:54 +02:00
parent 5f34ff9f9f
commit 851780b8f4
13 changed files with 72 additions and 38 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package big
package math_big
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
@@ -8,7 +8,7 @@ package big
For the theoretical underpinnings, see Knuth's The Art of Computer Programming, Volume 2, section 4.3.
The code started out as an idiomatic source port of libTomMath, which is in the public domain, with thanks.
This file contains basic arithmetic operations like `add`, `sub`, `mul`, `div`, ...
This file contains prime finding operations.
*/
/*