Skip to content

Commit 09a80dc

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent d4328e7 commit 09a80dc

File tree

2 files changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/constants/float64/max-safe-nth-tribonacci

2 files changed

+0
-2
lines changed

lib/node_modules/@stdlib/constants/float64/max-safe-nth-tribonacci/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ function tribonacci( n ) {
8888

8989
var v;
9090
var i;
91-
9291
for ( i = 0; i < 100; i++ ) {
9392
v = tribonacci( i );
9493
if ( i > FLOAT64_MAX_SAFE_NTH_TRIBONACCI ) {

lib/node_modules/@stdlib/constants/float64/max-safe-nth-tribonacci/examples/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function tribonacci( n ) {
5050

5151
var v;
5252
var i;
53-
5453
for ( i = 0; i < 100; i++ ) {
5554
v = tribonacci( i );
5655
if ( i > FLOAT64_MAX_SAFE_NTH_TRIBONACCI ) {

0 commit comments

Comments
 (0)