Merge pull request #1059 from cclauss/patch-4

import math
This commit is contained in:
ZeroNet 2017-07-31 13:46:09 +02:00 committed by GitHub
commit 7e88c4431a

View file

@ -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):