Fix lint
This commit is contained in:
parent
f87f279198
commit
111cea2381
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ export const run = (n) => saw.range(0, n).floor().segment(n);
|
||||||
*/
|
*/
|
||||||
export const binary = (n) => {
|
export const binary = (n) => {
|
||||||
const nBits = reify(n).log2(0).floor().add(1);
|
const nBits = reify(n).log2(0).floor().add(1);
|
||||||
return binaryN(n, nBits)
|
return binaryN(n, nBits);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue