Fixed Indendation Issues

This commit is contained in:
Abhishek Jain
2020-10-10 18:18:25 +05:30
parent 10f664d63f
commit 9e6fe4bdaf

View File

@ -12,6 +12,5 @@ function EvenFibonacci(limit) {
return ((PHI ** (3 * n + 3) - 1) / (PHI ** 3 - 1) -
((1 - PHI) ** (3 * n + 3) - 1) / ((1 - PHI) ** 3 - 1)) / SQ5
}
console.log(EvenFibonacci(4e6));
console.log(EvenFibonacci(4e6))
// Sum of Even Fibonnaci upto 4 Million