Javascript Code to calculate any index of the fibonacci series in O(⌈log2(n)⌉) complexity.
Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0