added some entropy sigs
This commit is contained in:
parent
ad4feb63b3
commit
e5fc87c1eb
@ -39,9 +39,10 @@ class Gunzip extends Operation {
|
||||
null,
|
||||
null,
|
||||
{
|
||||
input: [7, 8],
|
||||
input: [6.5, 8],
|
||||
output: [3.5, 6]
|
||||
});
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -48,7 +48,14 @@ class Unzip extends Operation {
|
||||
magic: true,
|
||||
args: ["", false]
|
||||
},
|
||||
]);
|
||||
],
|
||||
null,
|
||||
null,
|
||||
{
|
||||
input: [6.5, 8],
|
||||
output: [3.5, 6]
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user