[Numpy-discussion] Idea: fractional polynomial class

Stéfan van der Walt stefan at sun.ac.za
Fri Apr 24 21:42:46 EDT 2009


2009/4/24 Pauli Virtanen <pav at iki.fi>:
> polyint fixed in r6883, there doesn't seem anything else to fix:
>
>>>> import numpy as np
>>>> from fractions import Fraction
>>>> a = np.poly1d([Fraction(4,19), Fraction(3,19), Fraction(2,19), 0])

Very cool.  I think we should mention thi example in the docs as well?

Cheers
Stéfan



More information about the NumPy-Discussion mailing list