-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Labels
Description
I propose to reverse the order of polynomial coefficients used by polyval etc. It was changed to the present order for compatibility with Matlab and SciPy, but I find this convention annoying every time I use it.First, the Matlab absolutely makes no sense when working with polynomials as truncations of power series. Second, having entry i be the coefficient of x^i and nothing else is just more convenient and less error-prone.
Original issue for #142: http://code.google.com/p/mpmath/issues/detail?id=102
Original author: https://code.google.com/u/111502149103757882156/
Original owner: https://code.google.com/u/111502149103757882156/
Reactions are currently unavailable