import math
Resolves the undefined name on line 54
This commit is contained in:
parent
d9b3078f7b
commit
504b147cee
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
import random
|
import random
|
||||||
import hashlib
|
import hashlib
|
||||||
import base64
|
import base64
|
||||||
|
import math
|
||||||
|
|
||||||
class GaussInt:
|
class GaussInt:
|
||||||
def __init__(self,x,y,n,p=0):
|
def __init__(self,x,y,n,p=0):
|
||||||
|
|
Loading…
Reference in a new issue