diff options
| -rw-r--r-- | theories/Numbers/Cyclic/Int31/Int31.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Numbers/Cyclic/Int31/Int31.v b/theories/Numbers/Cyclic/Int31/Int31.v index 5f0a874101..ba40ffd87c 100644 --- a/theories/Numbers/Cyclic/Int31/Int31.v +++ b/theories/Numbers/Cyclic/Int31/Int31.v @@ -352,7 +352,7 @@ Definition gcd31 (i j:int31) := | _ => euler p j (let (_, r ) := i/j in r) end end) - size i j. + (2*size)%nat i j. Definition sqrt31 (i:int31) : int31 := match i ?= On with |
