[EMAIL PROTECTED] writes: > Merci beaucoup, Jean, > for the bug report -- which I'm no "completeing" to R-bugs
But you're still requiring library(polynom) for triggering the bug. If we are to be sure that it is not a bug in that package but a bug in R, you need to include the definition of at least polynomial() with the instructions to reproduce the effect... [snip] > library(polynom) > > x <- polynomial() > z <- (1+x)^100 > zh <- horner(z) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel
