Small fixes

release
Slava Pestov 2007-11-04 22:51:34 -05:00
parent ac8b30a30e
commit 667f26249e
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
USING: kernel math sequences kernel.private namespaces arrays USING: kernel math sequences kernel.private namespaces arrays
io io.files splitting io.binary math.functions vectors io io.files splitting io.binary math.functions vectors
quotations combinators.private ; quotations combinators.private ;
IN: universal-machine IN: icfp.2006
SYMBOL: regs SYMBOL: regs
SYMBOL: arrays SYMBOL: arrays

View File

@ -1 +1 @@
L-system explorer Lindenmayer system explorer

View File

@ -1,7 +1,7 @@
! Copyright (C) 2007 Slava Pestov. ! Copyright (C) 2007 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel math math.functions ; USING: kernel math math.functions ;
IN: quadratic IN: math.quadratic
: monic ( c b a -- c' b' ) tuck / >r / r> ; : monic ( c b a -- c' b' ) tuck / >r / r> ;