#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Tue, 27 Oct 2015 17:41:19 +0100
changeset 18848 0db793427e55
parent 18847 bb459d34d125
child 18849 646aee8aa03a
#DOCUMENTATION class: LargeInteger comment/format in: #absMulKarazuba:
LargeInteger.st
--- a/LargeInteger.st	Tue Oct 27 17:40:07 2015 +0100
+++ b/LargeInteger.st	Tue Oct 27 17:41:19 2015 +0100
@@ -4454,7 +4454,6 @@
     l2 := aLargeInteger digitLength.
     
     n := l1 max:l2.
-    "/ n < 220 ifTrue:[ ^ self absMul:aLargeInteger].
     
     nh := (n / 2) ceiling. n := nh * 2.
     p := LargeInteger digitBytes:(digitByteArray copyFrom:nh+1) sign:1. "/ high bits of nr1