Small fixes
parent
ac8b30a30e
commit
667f26249e
|
@ -4,7 +4,7 @@
|
|||
USING: kernel math sequences kernel.private namespaces arrays
|
||||
io io.files splitting io.binary math.functions vectors
|
||||
quotations combinators.private ;
|
||||
IN: universal-machine
|
||||
IN: icfp.2006
|
||||
|
||||
SYMBOL: regs
|
||||
SYMBOL: arrays
|
||||
|
|
|
@ -1 +1 @@
|
|||
L-system explorer
|
||||
Lindenmayer system explorer
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2007 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel math math.functions ;
|
||||
IN: quadratic
|
||||
IN: math.quadratic
|
||||
|
||||
: monic ( c b a -- c' b' ) tuck / >r / r> ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue