Documenting the library function
This commit is contained in:
parent
671366ee62
commit
4247ddb0ce
@ -1,3 +1,10 @@
|
||||
/**
|
||||
* Constants for the entropy of text.
|
||||
*
|
||||
* @author n1073645 [n1073645@gmail.com]
|
||||
* @copyright Crown Copyright 2020
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
export const compressedToDecompressed = {
|
||||
input: [6.5, 8],
|
||||
output: [3.5, 6]
|
||||
|
||||
@ -1,8 +1,12 @@
|
||||
/**
|
||||
* An object used by magic to store the input/output criteria for valid operation results.
|
||||
*
|
||||
* @author n1073645 [n1073645@gmail.com]
|
||||
* @copyright Crown Copyright 2020
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
import OperationConfig from "../config/OperationConfig.json";
|
||||
|
||||
/**
|
||||
* An object used by magic to store the input/output criteria for valid operation results.
|
||||
*/
|
||||
class potentialOps {
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user