mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 04:58:27 +00:00
Fix lint
This commit is contained in:
parent
f87f279198
commit
111cea2381
@ -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…
x
Reference in New Issue
Block a user