mwahahah
This commit is contained in:
parent
c5a62cfa1d
commit
a47836a39a
3 changed files with 180 additions and 35 deletions
3
fixed.js
3
fixed.js
|
|
@ -8,7 +8,8 @@ let inputRange = 4;
|
|||
let shift = 4;
|
||||
let base = 2 ** (bits - shift);
|
||||
|
||||
let reduction = 4;
|
||||
//let reduction = 4;
|
||||
let reduction = 0;
|
||||
let roundOffset = (2 ** (reduction - 1)) + 1;
|
||||
let entries = 2 ** (bits - reduction);
|
||||
let bytes = Math.ceil(bits / 8) * entries;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue