ran npm run tdd
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
module.exports = fibonacciCountUntilNum = num =>
|
||||
Math.ceil(Math.log(num * Math.sqrt(5) + 1 / 2) / Math.log((Math.sqrt(5) + 1) / 2));
|
||||
const fibonacciCountUntilNum = num =>
|
||||
Math.ceil(Math.log(num * Math.sqrt(5) + 1 / 2) / Math.log((Math.sqrt(5) + 1) / 2));
|
||||
module.exports = fibonacciCountUntilNum
|
||||
Reference in New Issue
Block a user