Changes between Version 15 and Version 16 of Fibonacci

Show
Ignore:
Timestamp:
11/02/09 08:00:03 (3 weeks ago)
Author:
dr2chase
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Fibonacci

    v15 v16  
    2020We can easily define a recursive Fortress function that computes {{{F[n]}}} as follows: 
    2121{{{ 
    22 #!fss 
     22#!fsx 
    2323fibonacci(n: ZZ): ZZ = 
    2424  if n = 0 then 0