Fibonacci ( Seed1 ; Seed2 ; Iterations )
Returns a Fibonacci series
Average rating: 4.8 (26 votes) Log in to vote
Geoff Wells DataIsland Software LLC http://www.dataisland.com |
185
286
471
757
1228
1985
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
The Fibonacci Series takes two numbers and adds them together to create a third number. This number is then added to the second to get a forth. The forth is added to the third to get a fifth - and so on. This "Golden Ratio" occurs throughout nature and has many practical applications. Start at -
http://library.thinkquest.org/27890/mainIndex.html if you are interested in more information.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.