Skip to content
Prev 12961 / 63424 Next

Bug in parse(text = <long polynom>) (PR#7022)

On Fri, 25 Jun 2004 10:42:19 +0200 (CEST), maechler@stat.math.ethz.ch
wrote:
I don't see any problems in 1.9.1 or R-patched on Windows:
expression(1 + x * (100 + x * (4950 + x * (161700 + x * (3921225 + 
    x * (75287520 + x * (1192052400 + x * (16007560800 + x * 
        (186087894300 + x * (1902231808400 + x * (17310309456440 + 
            x * (141629804643600 + x * (1050421051106700 + x * 
                (7110542499799200 + x * (44186942677323608 + 
... etc

Duncan Murdoch