bigint: Working on itoa and logn.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:50 +02:00
parent 905d5459a9
commit dbcd8da733
6 changed files with 172 additions and 28 deletions
+2
View File
@@ -7,6 +7,8 @@ package bigint
A BigInt implementation in Odin.
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` and `sub`.
*/
import "core:mem"