mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
bigint: Working on itoa and logn.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user