mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
big: Fast square method.
This commit is contained in:
@@ -64,9 +64,8 @@ demo :: proc() {
|
||||
print("b", b, 10);
|
||||
|
||||
fmt.println("--- mul ---");
|
||||
mul(c, a, b);
|
||||
mul(c, a, a);
|
||||
print("c", c, 10);
|
||||
|
||||
}
|
||||
|
||||
main :: proc() {
|
||||
|
||||
Reference in New Issue
Block a user