[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

polynomials



If your primary concern is speed, recode your poly routine so it's iterative
instead of recursive.  This should help a lot, particularly if the polynomial
has high degree.

-- Bob