Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.7k
Fibonacci.js
overhaul#1049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Also added support to `Identity`, `matrixMultiply`, and `matrixExpo`
This pull requestintroduces 1 alert when merging33df079 into95a8ec0 -view on LGTM.com new alerts:
|
This pull requestintroduces 1 alert when mergingf4f1d53 into95a8ec0 -view on LGTM.com new alerts:
|
This pull requestintroduces 1 alert when merging2bcbc58 into95a8ec0 -view on LGTM.com new alerts:
|
This pull requestintroduces 1 alert when merging3d865f3 into95a8ec0 -view on LGTM.com new alerts:
|
This pull requestintroduces 1 alert when merging0dc81a8 into95a8ec0 -view on LGTM.com new alerts:
|
This pull requestintroduces 1 alert when merging1f61f51 into95a8ec0 -view on LGTM.com new alerts:
|
FibonacciMatrixExpo
FibonacciMatrixExpo
and negatives for the entire Fibonacci.jsFibonacciMatrixExpo
and negatives for the entire Fibonacci.jsBigInt
& negative support toFibonacci.js
This pull requestintroduces 1 alert when mergingb2101fc into95a8ec0 -view on LGTM.com new alerts:
|
This pull requestintroduces 1 alert when mergingc5fe0b5 into95a8ec0 -view on LGTM.com new alerts:
|
This wasn't originally part of the PR, but I thought it would be good to add
This pull requestintroduces 3 alerts when merging787fd75 into95a8ec0 -view on LGTM.com new alerts:
|
BigInt
& negative support toFibonacci.js
BigInt
& negative support toFibonacci.js
, also generator fnThis pull requestintroduces 3 alerts when merging028ebe9 into95a8ec0 -view on LGTM.com new alerts:
|
BigInt
& negative support toFibonacci.js
, also generator fnFibonacci.js
overhaulThis pull requestintroduces 3 alerts when merging69bbe51 into95a8ec0 -view on LGTM.com new alerts:
|
Rudxain commentedJun 21, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
My bad, I didn't recognize that the array literal was interpreted as subscript, lol |
This pull requestintroduces 3 alerts when merging82861ef into95a8ec0 -view on LGTM.com new alerts:
|
Rudxain commentedJun 21, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I tried removing the trailing whitespace, but somehow I can't find them. It seems those are control chars. |
Use |
I already did it, many times, and thoroughly. I just prefer to fix style errors manually. But it seems the only solution now is to use SJS. I'll install NPM & Node now |
Wait, now I read the problem is in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Definitely a significant improvement. I've got some minor comments regarding consistency.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Added
BigInt
support toFibonacciMatrixExpo
,Identity
,matrixMultiply
, andmatrixExpo
. And added the extension to negative domain for all fns in that file. And added agenerator function example. Also corrected indices to return 0 if the input arg is 0 (because that's the 0th Fib).Fixes:#1047
Describe your change:
Checklist:
Example:
UserProfile.js
is allowed butuserprofile.js
,Userprofile.js
,user-Profile.js
,userProfile.js
are notFixes: #{$ISSUE_NO}
.