+ 3
Does this code solution to fibonacci problem make sense!!??? It does not go above a thousands! I want 4million as a limit.......
2 ответов
+ 3
Problem here is, integer supports value range from 2^53 and -2^53.
After you go out of that range, it will give Infinity as answer.
+ 1
Yes.....didnt think of that.....Thanks 🔫 Rick Grimes