Files
Odin/core/math/big/doc.odin
T
2025-10-09 19:56:21 +02:00

7 lines
304 B
Odin

// package big implements arbitrary precision integers and rationals.
package math_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.
*/