Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 10 commits from feature/09-caractere-mais-repetido into master 2022-10-24 19:09:34 +00:00
Showing only changes of commit 6738f84bbd - Show all commits

View File

@ -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