mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Merge branch 'master' into optional-semicolons
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
//+ignore
|
||||
package math_big
|
||||
|
||||
/*
|
||||
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
|
||||
Made available under Odin's BSD-3 license.
|
||||
@@ -9,6 +7,7 @@ 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.
|
||||
*/
|
||||
package math_big
|
||||
|
||||
import "core:fmt"
|
||||
import "core:time"
|
||||
@@ -24,6 +23,8 @@ Category :: enum {
|
||||
sqr,
|
||||
bitfield_extract,
|
||||
rm_trials,
|
||||
is_prime,
|
||||
random_prime,
|
||||
}
|
||||
|
||||
Event :: struct {
|
||||
|
||||
Reference in New Issue
Block a user