Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
function fib calculates the nth term of a fibonacci sequence (1, 1, 2, 3, 5, 8, 13, 21...), in which each number, after the first two, is the sum of the two numbers immediately preceding it. fib(0) is defined to be 0.
funktionen fib beregner det n'te led i en fibonacci-følge (1, 1, 2, 3, 5, 8, 13, 21...) i hvilken hvert tal, efter de første to, er summen af de to tal der går lige forud. fib(0) er pr. definition 0.