On Thursday, Neil Toronto wrote: > > I just pushed a fix for this. The following now works as you'd expect: > > #lang racket > > (require plot) > > (plot (list (function (compose / exact->inexact) -1 0) > (function (compose / exact->inexact) 0 1))) > > (plot (list (function / -1 -0.01) > (function / 0.01 1)))
This still doesn't work: (plot (list (function / -249.0 250.0))) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! ____________________ Racket Users list: http://lists.racket-lang.org/users