Entropy calculations

This commit is contained in:
n1073645 2019-12-10 16:20:26 +00:00
parent e5fb5e0b31
commit f9dbf5ba21
4 changed files with 37 additions and 16 deletions

View file

@ -35,7 +35,14 @@ class Gunzip extends Operation {
magic: true,
args: []
},
]);
],
null,
null,
{
input: [7, 8],
output: [3.5, 7],
change: true
});
}
/**