def __init__(self, c0, c1, c2):
     Polynomial.__init__(self, [c0, c1, c2])
예제 #2
0
 def __init__(self, *args):
     Polynomial.__init__(self, args)
예제 #3
0
 def __init__(self, *args):
     '''Constructor'''
     Polynomial.__init__(self, args)