Polynomials

  • + 0 comments

    import numpy P=list(map(float,input().strip().split())) x=int(input())

    print(numpy.polyval(P,x))