Paste: fast-fib

Author: prunedtree
Mode: factor
Date: Sat, 16 Oct 2010 18:49:05
Plain Text |
: fast-fib ( x -- y ) 
{ { 0 1 } { 1 1 } } swap m^n second first ;

New Annotation

Summary:
Author:
Mode:
Body: