teeny tiny optimization
This commit is contained in:
@@ -42,6 +42,10 @@ func gcd(cmd *cobra.Command, args []string) {
|
||||
|
||||
z.GCD(&x, &y, &z, &w)
|
||||
|
||||
if !extended {
|
||||
continue
|
||||
}
|
||||
|
||||
for j, c := range bezouts {
|
||||
if j == i {
|
||||
bezouts[j].Set(&y)
|
||||
|
||||
Reference in New Issue
Block a user