import math

Resolves the undefined name on line 54
This commit is contained in:
cclauss 2017-07-31 12:06:11 +02:00 committed by GitHub
parent d9b3078f7b
commit 504b147cee

View file

@ -1,6 +1,7 @@
import random
import hashlib
import base64
import math
class GaussInt:
def __init__(self,x,y,n,p=0):