Update index.js
This commit is contained in:
parent
34926fc2f4
commit
f7a03a6c33
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -8,6 +8,6 @@ function fastInverseSqrt(number) {
|
|||
y = Math.abs(y);
|
||||
y = (y / 1000000000000000000);
|
||||
y = Math.round(y * 100) / 100;
|
||||
y = y - .1;
|
||||
y = y - ((Math.floor(y) / 10) / 2);
|
||||
return y;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue