Entrega do Desafio #1
@ -17,7 +17,8 @@
|
||||
*/
|
||||
function fib(values) {
|
||||
// implementar logica aqui
|
||||
return 0
|
||||
var sqrt5 = Math.sqrt(5);
|
||||
return Math.round(Math.pow(((1 + sqrt5) / 2), values) / sqrt5);
|
||||
}
|
||||
|
||||
// Resultados esperados
|
||||
|
Loading…
Reference in New Issue
Block a user