Auto merge of #235 - matklad:minor-corrections, r=cuviper
Minor, style and comment typo Just a couple of super minor cosmetic corrections.
This commit is contained in:
commit
b6db1eace9
|
@ -270,7 +270,7 @@ fn mac3(acc: &mut [BigDigit], b: &[BigDigit], c: &[BigDigit]) {
|
||||||
* Let p0 = x0 * y0 and p2 = x1 * y1:
|
* Let p0 = x0 * y0 and p2 = x1 * y1:
|
||||||
*
|
*
|
||||||
* x * y = p0
|
* x * y = p0
|
||||||
* + (x0 * y1 + x1 * p0) * b
|
* + (x0 * y1 + x1 * y0) * b
|
||||||
* + p2 * b^2
|
* + p2 * b^2
|
||||||
*
|
*
|
||||||
* The real trick is that middle term:
|
* The real trick is that middle term:
|
||||||
|
|
Loading…
Reference in New Issue