Simplify docs to hide the copyright

This commit is contained in:
gingerBill
2022-01-17 19:00:47 +00:00
parent 97922406fe
commit c85ac955f7
16 changed files with 65 additions and 45 deletions
+2 -4
View File
@@ -2,12 +2,10 @@
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
An arbitrary precision mathematics 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 collects public proc maps and their aliases.
*/
package math_big
/*