mathjs 9.4.5 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/HISTORY.md +35 -0
- package/bin/cli.js +0 -0
- package/docs/expressions/syntax.md +46 -43
- package/docs/reference/functions/format.md +5 -2
- package/docs/reference/functions/parser.md +4 -4
- package/docs/reference/functions/setCartesian.md +3 -1
- package/lib/browser/math.js +5 -5
- package/lib/browser/math.js.map +1 -1
- package/lib/cjs/constants.js +1 -1
- package/lib/cjs/core/function/config.js +1 -1
- package/lib/cjs/core/function/import.js +2 -1
- package/lib/cjs/entry/dependenciesAny/dependenciesParserClass.generated.js +2 -2
- package/lib/cjs/entry/dependenciesAny.generated.js +999 -999
- package/lib/cjs/entry/dependenciesNumber/dependenciesParserClass.generated.js +2 -2
- package/lib/cjs/entry/dependenciesNumber.generated.js +581 -581
- package/lib/cjs/entry/impureFunctionsAny.generated.js +314 -313
- package/lib/cjs/entry/impureFunctionsNumber.generated.js +223 -222
- package/lib/cjs/entry/mainAny.js +8 -8
- package/lib/cjs/entry/mainNumber.js +8 -8
- package/lib/cjs/entry/pureFunctionsAny.generated.js +1100 -1100
- package/lib/cjs/entry/pureFunctionsNumber.generated.js +375 -375
- package/lib/cjs/entry/typeChecks.js +12 -12
- package/lib/cjs/expression/Parser.js +6 -5
- package/lib/cjs/expression/embeddedDocs/function/set/setCartesian.js +1 -1
- package/lib/cjs/expression/function/parser.js +4 -4
- package/lib/cjs/expression/node/OperatorNode.js +9 -6
- package/lib/cjs/expression/operators.js +1 -1
- package/lib/cjs/expression/parse.js +42 -6
- package/lib/cjs/factoriesAny.js +660 -660
- package/lib/cjs/factoriesNumber.js +268 -237
- package/lib/cjs/function/set/setCartesian.js +3 -1
- package/lib/cjs/function/string/format.js +5 -2
- package/lib/cjs/header.js +2 -2
- package/lib/cjs/plain/bignumber/arithmetic.js +2 -2
- package/lib/cjs/plain/number/arithmetic.js +10 -10
- package/lib/cjs/plain/number/constants.js +1 -1
- package/lib/cjs/plain/number/logical.js +1 -1
- package/lib/cjs/plain/number/probability.js +2 -1
- package/lib/cjs/plain/number/trigonometry.js +1 -1
- package/lib/cjs/plain/number/utils.js +1 -1
- package/lib/cjs/type/unit/physicalConstants.js +1 -1
- package/lib/cjs/utils/array.js +14 -14
- package/lib/cjs/utils/bignumber/bitwise.js +1 -1
- package/lib/cjs/utils/customs.js +5 -5
- package/lib/cjs/utils/factory.js +3 -3
- package/lib/cjs/utils/function.js +1 -1
- package/lib/cjs/utils/is.js +23 -23
- package/lib/cjs/utils/latex.js +2 -1
- package/lib/cjs/utils/map.js +3 -3
- package/lib/cjs/utils/noop.js +1 -1
- package/lib/cjs/utils/number.js +10 -6
- package/lib/cjs/utils/object.js +8 -8
- package/lib/cjs/utils/snapshot.js +1 -1
- package/lib/cjs/utils/string.js +2 -2
- package/lib/cjs/version.js +1 -1
- package/lib/esm/core/function/import.js +2 -1
- package/lib/esm/entry/dependenciesAny/dependenciesParserClass.generated.js +2 -2
- package/lib/esm/entry/dependenciesAny.generated.js +270 -270
- package/lib/esm/entry/dependenciesNumber/dependenciesParserClass.generated.js +2 -2
- package/lib/esm/entry/dependenciesNumber.generated.js +163 -163
- package/lib/esm/entry/impureFunctionsAny.generated.js +301 -301
- package/lib/esm/entry/impureFunctionsNumber.generated.js +211 -211
- package/lib/esm/entry/pureFunctionsAny.generated.js +816 -816
- package/lib/esm/entry/pureFunctionsNumber.generated.js +234 -234
- package/lib/esm/expression/Parser.js +6 -5
- package/lib/esm/expression/embeddedDocs/function/set/setCartesian.js +1 -1
- package/lib/esm/expression/function/parser.js +4 -4
- package/lib/esm/expression/node/OperatorNode.js +9 -6
- package/lib/esm/expression/parse.js +42 -6
- package/lib/esm/function/set/setCartesian.js +3 -1
- package/lib/esm/function/string/format.js +5 -2
- package/lib/esm/version.js +1 -1
- package/package.json +16 -16
- package/types/index.d.ts +281 -77
| @@ -5,13 +5,14 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau | |
| 5 5 | 
             
            Object.defineProperty(exports, "__esModule", {
         | 
| 6 6 | 
             
              value: true
         | 
| 7 7 | 
             
            });
         | 
| 8 | 
            +
            exports.derivative = exports.compile = exports.chain = exports.SymbolNode = exports.RelationalNode = exports.RangeNode = exports.Parser = exports.ParenthesisNode = exports.OperatorNode = exports.ObjectNode = exports.Node = exports.IndexNode = exports.Help = exports.FunctionNode = exports.FunctionAssignmentNode = exports.ConstantNode = exports.ConditionalNode = exports.Chain = exports.BlockNode = exports.AssignmentNode = exports.ArrayNode = exports.AccessorNode = void 0;
         | 
| 8 9 | 
             
            Object.defineProperty(exports, "docs", {
         | 
| 9 10 | 
             
              enumerable: true,
         | 
| 10 11 | 
             
              get: function get() {
         | 
| 11 12 | 
             
                return _embeddedDocs.embeddedDocs;
         | 
| 12 13 | 
             
              }
         | 
| 13 14 | 
             
            });
         | 
| 14 | 
            -
            exports. | 
| 15 | 
            +
            exports.simplify = exports.reviver = exports.rationalize = exports.parser = exports.parse = exports.help = exports.evaluate = void 0;
         | 
| 15 16 |  | 
| 16 17 | 
             
            var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
         | 
| 17 18 |  | 
| @@ -33,27 +34,22 @@ var mathWithTransform = {}; // NOT pure! | |
| 33 34 |  | 
| 34 35 | 
             
            var classes = {}; // NOT pure!
         | 
| 35 36 |  | 
| 37 | 
            +
            var Chain = (0, _factoriesAny.createChainClass)({
         | 
| 38 | 
            +
              math: math
         | 
| 39 | 
            +
            });
         | 
| 40 | 
            +
            exports.Chain = Chain;
         | 
| 36 41 | 
             
            var Node = (0, _factoriesAny.createNode)({
         | 
| 37 42 | 
             
              mathWithTransform: mathWithTransform
         | 
| 38 43 | 
             
            });
         | 
| 39 44 | 
             
            exports.Node = Node;
         | 
| 40 | 
            -
            var ArrayNode = (0, _factoriesAny.createArrayNode)({
         | 
| 41 | 
            -
              Node: Node
         | 
| 42 | 
            -
            });
         | 
| 43 | 
            -
            exports.ArrayNode = ArrayNode;
         | 
| 44 | 
            -
            var BlockNode = (0, _factoriesAny.createBlockNode)({
         | 
| 45 | 
            -
              Node: Node,
         | 
| 46 | 
            -
              ResultSet: _pureFunctionsAnyGenerated.ResultSet
         | 
| 47 | 
            -
            });
         | 
| 48 | 
            -
            exports.BlockNode = BlockNode;
         | 
| 49 | 
            -
            var ConstantNode = (0, _factoriesAny.createConstantNode)({
         | 
| 50 | 
            -
              Node: Node
         | 
| 51 | 
            -
            });
         | 
| 52 | 
            -
            exports.ConstantNode = ConstantNode;
         | 
| 53 45 | 
             
            var ObjectNode = (0, _factoriesAny.createObjectNode)({
         | 
| 54 46 | 
             
              Node: Node
         | 
| 55 47 | 
             
            });
         | 
| 56 48 | 
             
            exports.ObjectNode = ObjectNode;
         | 
| 49 | 
            +
            var OperatorNode = (0, _factoriesAny.createOperatorNode)({
         | 
| 50 | 
            +
              Node: Node
         | 
| 51 | 
            +
            });
         | 
| 52 | 
            +
            exports.OperatorNode = OperatorNode;
         | 
| 57 53 | 
             
            var ParenthesisNode = (0, _factoriesAny.createParenthesisNode)({
         | 
| 58 54 | 
             
              Node: Node
         | 
| 59 55 | 
             
            });
         | 
| @@ -62,53 +58,58 @@ var RelationalNode = (0, _factoriesAny.createRelationalNode)({ | |
| 62 58 | 
             
              Node: Node
         | 
| 63 59 | 
             
            });
         | 
| 64 60 | 
             
            exports.RelationalNode = RelationalNode;
         | 
| 65 | 
            -
            var  | 
| 66 | 
            -
               | 
| 61 | 
            +
            var ArrayNode = (0, _factoriesAny.createArrayNode)({
         | 
| 62 | 
            +
              Node: Node
         | 
| 67 63 | 
             
            });
         | 
| 68 | 
            -
            exports. | 
| 69 | 
            -
            var  | 
| 70 | 
            -
               | 
| 64 | 
            +
            exports.ArrayNode = ArrayNode;
         | 
| 65 | 
            +
            var BlockNode = (0, _factoriesAny.createBlockNode)({
         | 
| 66 | 
            +
              Node: Node,
         | 
| 67 | 
            +
              ResultSet: _pureFunctionsAnyGenerated.ResultSet
         | 
| 71 68 | 
             
            });
         | 
| 72 | 
            -
            exports. | 
| 69 | 
            +
            exports.BlockNode = BlockNode;
         | 
| 73 70 | 
             
            var ConditionalNode = (0, _factoriesAny.createConditionalNode)({
         | 
| 74 71 | 
             
              Node: Node
         | 
| 75 72 | 
             
            });
         | 
| 76 73 | 
             
            exports.ConditionalNode = ConditionalNode;
         | 
| 77 | 
            -
            var  | 
| 74 | 
            +
            var ConstantNode = (0, _factoriesAny.createConstantNode)({
         | 
| 78 75 | 
             
              Node: Node
         | 
| 79 76 | 
             
            });
         | 
| 80 | 
            -
            exports. | 
| 77 | 
            +
            exports.ConstantNode = ConstantNode;
         | 
| 81 78 | 
             
            var RangeNode = (0, _factoriesAny.createRangeNode)({
         | 
| 82 79 | 
             
              Node: Node
         | 
| 83 80 | 
             
            });
         | 
| 84 81 | 
             
            exports.RangeNode = RangeNode;
         | 
| 85 | 
            -
            var  | 
| 86 | 
            -
               | 
| 87 | 
            -
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 82 | 
            +
            var reviver = (0, _factoriesAny.createReviver)({
         | 
| 83 | 
            +
              classes: classes
         | 
| 88 84 | 
             
            });
         | 
| 89 | 
            -
            exports. | 
| 85 | 
            +
            exports.reviver = reviver;
         | 
| 90 86 | 
             
            var chain = (0, _factoriesAny.createChain)({
         | 
| 91 87 | 
             
              Chain: Chain,
         | 
| 92 88 | 
             
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 93 89 | 
             
            });
         | 
| 94 90 | 
             
            exports.chain = chain;
         | 
| 91 | 
            +
            var FunctionAssignmentNode = (0, _factoriesAny.createFunctionAssignmentNode)({
         | 
| 92 | 
            +
              Node: Node,
         | 
| 93 | 
            +
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 94 | 
            +
            });
         | 
| 95 | 
            +
            exports.FunctionAssignmentNode = FunctionAssignmentNode;
         | 
| 95 96 | 
             
            var AccessorNode = (0, _factoriesAny.createAccessorNode)({
         | 
| 96 97 | 
             
              Node: Node,
         | 
| 97 98 | 
             
              subset: _pureFunctionsAnyGenerated.subset
         | 
| 98 99 | 
             
            });
         | 
| 99 100 | 
             
            exports.AccessorNode = AccessorNode;
         | 
| 100 | 
            -
            var IndexNode = (0, _factoriesAny.createIndexNode)({
         | 
| 101 | 
            -
              Node: Node,
         | 
| 102 | 
            -
              Range: _pureFunctionsAnyGenerated.Range,
         | 
| 103 | 
            -
              size: _pureFunctionsAnyGenerated.size
         | 
| 104 | 
            -
            });
         | 
| 105 | 
            -
            exports.IndexNode = IndexNode;
         | 
| 106 101 | 
             
            var AssignmentNode = (0, _factoriesAny.createAssignmentNode)({
         | 
| 107 102 | 
             
              matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| 108 103 | 
             
              Node: Node,
         | 
| 109 104 | 
             
              subset: _pureFunctionsAnyGenerated.subset
         | 
| 110 105 | 
             
            });
         | 
| 111 106 | 
             
            exports.AssignmentNode = AssignmentNode;
         | 
| 107 | 
            +
            var IndexNode = (0, _factoriesAny.createIndexNode)({
         | 
| 108 | 
            +
              Node: Node,
         | 
| 109 | 
            +
              Range: _pureFunctionsAnyGenerated.Range,
         | 
| 110 | 
            +
              size: _pureFunctionsAnyGenerated.size
         | 
| 111 | 
            +
            });
         | 
| 112 | 
            +
            exports.IndexNode = IndexNode;
         | 
| 112 113 | 
             
            var SymbolNode = (0, _factoriesAny.createSymbolNode)({
         | 
| 113 114 | 
             
              Unit: _pureFunctionsAnyGenerated.Unit,
         | 
| 114 115 | 
             
              Node: Node,
         | 
| @@ -142,6 +143,11 @@ var parse = (0, _factoriesAny.createParse)({ | |
| 142 143 | 
             
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 143 144 | 
             
            });
         | 
| 144 145 | 
             
            exports.parse = parse;
         | 
| 146 | 
            +
            var compile = (0, _factoriesAny.createCompile)({
         | 
| 147 | 
            +
              parse: parse,
         | 
| 148 | 
            +
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 149 | 
            +
            });
         | 
| 150 | 
            +
            exports.compile = compile;
         | 
| 145 151 | 
             
            var evaluate = (0, _factoriesAny.createEvaluate)({
         | 
| 146 152 | 
             
              parse: parse,
         | 
| 147 153 | 
             
              typed: _pureFunctionsAnyGenerated.typed
         | 
| @@ -151,6 +157,15 @@ var Help = (0, _factoriesAny.createHelpClass)({ | |
| 151 157 | 
             
              parse: parse
         | 
| 152 158 | 
             
            });
         | 
| 153 159 | 
             
            exports.Help = Help;
         | 
| 160 | 
            +
            var Parser = (0, _factoriesAny.createParserClass)({
         | 
| 161 | 
            +
              evaluate: evaluate
         | 
| 162 | 
            +
            });
         | 
| 163 | 
            +
            exports.Parser = Parser;
         | 
| 164 | 
            +
            var parser = (0, _factoriesAny.createParser)({
         | 
| 165 | 
            +
              Parser: Parser,
         | 
| 166 | 
            +
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 167 | 
            +
            });
         | 
| 168 | 
            +
            exports.parser = parser;
         | 
| 154 169 | 
             
            var simplify = (0, _factoriesAny.createSimplify)({
         | 
| 155 170 | 
             
              bignumber: _pureFunctionsAnyGenerated.bignumber,
         | 
| 156 171 | 
             
              fraction: _pureFunctionsAnyGenerated.fraction,
         | 
| @@ -172,371 +187,364 @@ var simplify = (0, _factoriesAny.createSimplify)({ | |
| 172 187 | 
             
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 173 188 | 
             
            });
         | 
| 174 189 | 
             
            exports.simplify = simplify;
         | 
| 175 | 
            -
            var  | 
| 176 | 
            -
              bignumber: _pureFunctionsAnyGenerated.bignumber,
         | 
| 177 | 
            -
              fraction: _pureFunctionsAnyGenerated.fraction,
         | 
| 190 | 
            +
            var derivative = (0, _factoriesAny.createDerivative)({
         | 
| 178 191 | 
             
              ConstantNode: ConstantNode,
         | 
| 179 192 | 
             
              FunctionNode: FunctionNode,
         | 
| 180 193 | 
             
              OperatorNode: OperatorNode,
         | 
| 181 194 | 
             
              ParenthesisNode: ParenthesisNode,
         | 
| 182 195 | 
             
              SymbolNode: SymbolNode,
         | 
| 183 | 
            -
              add: _pureFunctionsAnyGenerated.add,
         | 
| 184 196 | 
             
              config: _configReadonly.config,
         | 
| 185 | 
            -
              divide: _pureFunctionsAnyGenerated.divide,
         | 
| 186 197 | 
             
              equal: _pureFunctionsAnyGenerated.equal,
         | 
| 187 198 | 
             
              isZero: _pureFunctionsAnyGenerated.isZero,
         | 
| 188 | 
            -
               | 
| 189 | 
            -
              multiply: _pureFunctionsAnyGenerated.multiply,
         | 
| 199 | 
            +
              numeric: _pureFunctionsAnyGenerated.numeric,
         | 
| 190 200 | 
             
              parse: parse,
         | 
| 191 | 
            -
              pow: _pureFunctionsAnyGenerated.pow,
         | 
| 192 201 | 
             
              simplify: simplify,
         | 
| 193 | 
            -
              subtract: _pureFunctionsAnyGenerated.subtract,
         | 
| 194 202 | 
             
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 195 203 | 
             
            });
         | 
| 196 | 
            -
            exports. | 
| 197 | 
            -
            var Parser = (0, _factoriesAny.createParserClass)({
         | 
| 198 | 
            -
              parse: parse
         | 
| 199 | 
            -
            });
         | 
| 200 | 
            -
            exports.Parser = Parser;
         | 
| 204 | 
            +
            exports.derivative = derivative;
         | 
| 201 205 | 
             
            var help = (0, _factoriesAny.createHelp)({
         | 
| 202 206 | 
             
              Help: Help,
         | 
| 203 207 | 
             
              mathWithTransform: mathWithTransform,
         | 
| 204 208 | 
             
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 205 209 | 
             
            });
         | 
| 206 210 | 
             
            exports.help = help;
         | 
| 207 | 
            -
            var  | 
| 211 | 
            +
            var rationalize = (0, _factoriesAny.createRationalize)({
         | 
| 212 | 
            +
              bignumber: _pureFunctionsAnyGenerated.bignumber,
         | 
| 213 | 
            +
              fraction: _pureFunctionsAnyGenerated.fraction,
         | 
| 208 214 | 
             
              ConstantNode: ConstantNode,
         | 
| 209 215 | 
             
              FunctionNode: FunctionNode,
         | 
| 210 216 | 
             
              OperatorNode: OperatorNode,
         | 
| 211 217 | 
             
              ParenthesisNode: ParenthesisNode,
         | 
| 212 218 | 
             
              SymbolNode: SymbolNode,
         | 
| 219 | 
            +
              add: _pureFunctionsAnyGenerated.add,
         | 
| 213 220 | 
             
              config: _configReadonly.config,
         | 
| 221 | 
            +
              divide: _pureFunctionsAnyGenerated.divide,
         | 
| 214 222 | 
             
              equal: _pureFunctionsAnyGenerated.equal,
         | 
| 215 223 | 
             
              isZero: _pureFunctionsAnyGenerated.isZero,
         | 
| 216 | 
            -
               | 
| 224 | 
            +
              mathWithTransform: mathWithTransform,
         | 
| 225 | 
            +
              multiply: _pureFunctionsAnyGenerated.multiply,
         | 
| 217 226 | 
             
              parse: parse,
         | 
| 227 | 
            +
              pow: _pureFunctionsAnyGenerated.pow,
         | 
| 218 228 | 
             
              simplify: simplify,
         | 
| 229 | 
            +
              subtract: _pureFunctionsAnyGenerated.subtract,
         | 
| 219 230 | 
             
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 220 231 | 
             
            });
         | 
| 221 | 
            -
            exports. | 
| 222 | 
            -
            var parser = (0, _factoriesAny.createParser)({
         | 
| 223 | 
            -
              Parser: Parser,
         | 
| 224 | 
            -
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 225 | 
            -
            });
         | 
| 226 | 
            -
            exports.parser = parser;
         | 
| 227 | 
            -
            var compile = (0, _factoriesAny.createCompile)({
         | 
| 228 | 
            -
              parse: parse,
         | 
| 229 | 
            -
              typed: _pureFunctionsAnyGenerated.typed
         | 
| 230 | 
            -
            });
         | 
| 231 | 
            -
            exports.compile = compile;
         | 
| 232 | 
            +
            exports.rationalize = rationalize;
         | 
| 232 233 | 
             
            (0, _extends2["default"])(math, {
         | 
| 233 | 
            -
               | 
| 234 | 
            +
              e: _pureFunctionsAnyGenerated.e,
         | 
| 234 235 | 
             
              "false": _pureFunctionsAnyGenerated._false,
         | 
| 235 | 
            -
               | 
| 236 | 
            -
              "true": _pureFunctionsAnyGenerated._true,
         | 
| 237 | 
            -
              replacer: _pureFunctionsAnyGenerated.replacer,
         | 
| 236 | 
            +
              fineStructure: _pureFunctionsAnyGenerated.fineStructure,
         | 
| 238 237 | 
             
              i: _pureFunctionsAnyGenerated.i,
         | 
| 238 | 
            +
              Infinity: _pureFunctionsAnyGenerated._Infinity,
         | 
| 239 239 | 
             
              LN10: _pureFunctionsAnyGenerated.LN10,
         | 
| 240 240 | 
             
              LOG10E: _pureFunctionsAnyGenerated.LOG10E,
         | 
| 241 241 | 
             
              NaN: _pureFunctionsAnyGenerated._NaN,
         | 
| 242 | 
            -
               | 
| 242 | 
            +
              "null": _pureFunctionsAnyGenerated._null,
         | 
| 243 | 
            +
              phi: _pureFunctionsAnyGenerated.phi,
         | 
| 243 244 | 
             
              SQRT1_2: _pureFunctionsAnyGenerated.SQRT1_2,
         | 
| 244 | 
            -
              tau: _pureFunctionsAnyGenerated.tau,
         | 
| 245 | 
            -
              efimovFactor: _pureFunctionsAnyGenerated.efimovFactor,
         | 
| 246 | 
            -
              fineStructure: _pureFunctionsAnyGenerated.fineStructure,
         | 
| 247 245 | 
             
              sackurTetrode: _pureFunctionsAnyGenerated.sackurTetrode,
         | 
| 248 | 
            -
               | 
| 249 | 
            -
               | 
| 250 | 
            -
              Infinity: _pureFunctionsAnyGenerated._Infinity,
         | 
| 251 | 
            -
              LOG2E: _pureFunctionsAnyGenerated.LOG2E,
         | 
| 252 | 
            -
              'PI': _pureFunctionsAnyGenerated.pi,
         | 
| 253 | 
            -
              version: _pureFunctionsAnyGenerated.version,
         | 
| 246 | 
            +
              tau: _pureFunctionsAnyGenerated.tau,
         | 
| 247 | 
            +
              "true": _pureFunctionsAnyGenerated._true,
         | 
| 254 248 | 
             
              'E': _pureFunctionsAnyGenerated.e,
         | 
| 255 | 
            -
               | 
| 249 | 
            +
              version: _pureFunctionsAnyGenerated.version,
         | 
| 250 | 
            +
              efimovFactor: _pureFunctionsAnyGenerated.efimovFactor,
         | 
| 251 | 
            +
              LN2: _pureFunctionsAnyGenerated.LN2,
         | 
| 252 | 
            +
              pi: _pureFunctionsAnyGenerated.pi,
         | 
| 253 | 
            +
              replacer: _pureFunctionsAnyGenerated.replacer,
         | 
| 254 | 
            +
              reviver: reviver,
         | 
| 255 | 
            +
              SQRT2: _pureFunctionsAnyGenerated.SQRT2,
         | 
| 256 256 | 
             
              typed: _pureFunctionsAnyGenerated.typed,
         | 
| 257 | 
            -
               | 
| 258 | 
            -
               | 
| 259 | 
            -
               | 
| 260 | 
            -
               | 
| 261 | 
            -
               | 
| 262 | 
            -
               | 
| 257 | 
            +
              unaryPlus: _pureFunctionsAnyGenerated.unaryPlus,
         | 
| 258 | 
            +
              'PI': _pureFunctionsAnyGenerated.pi,
         | 
| 259 | 
            +
              weakMixingAngle: _pureFunctionsAnyGenerated.weakMixingAngle,
         | 
| 260 | 
            +
              abs: _pureFunctionsAnyGenerated.abs,
         | 
| 261 | 
            +
              acos: _pureFunctionsAnyGenerated.acos,
         | 
| 262 | 
            +
              acot: _pureFunctionsAnyGenerated.acot,
         | 
| 263 | 
            +
              acsc: _pureFunctionsAnyGenerated.acsc,
         | 
| 264 | 
            +
              addScalar: _pureFunctionsAnyGenerated.addScalar,
         | 
| 265 | 
            +
              arg: _pureFunctionsAnyGenerated.arg,
         | 
| 266 | 
            +
              asech: _pureFunctionsAnyGenerated.asech,
         | 
| 267 | 
            +
              asinh: _pureFunctionsAnyGenerated.asinh,
         | 
| 268 | 
            +
              atan: _pureFunctionsAnyGenerated.atan,
         | 
| 269 | 
            +
              atanh: _pureFunctionsAnyGenerated.atanh,
         | 
| 270 | 
            +
              bignumber: _pureFunctionsAnyGenerated.bignumber,
         | 
| 271 | 
            +
              bitNot: _pureFunctionsAnyGenerated.bitNot,
         | 
| 263 272 | 
             
              "boolean": _pureFunctionsAnyGenerated["boolean"],
         | 
| 273 | 
            +
              chain: chain,
         | 
| 274 | 
            +
              clone: _pureFunctionsAnyGenerated.clone,
         | 
| 275 | 
            +
              combinations: _pureFunctionsAnyGenerated.combinations,
         | 
| 264 276 | 
             
              complex: _pureFunctionsAnyGenerated.complex,
         | 
| 265 | 
            -
               | 
| 266 | 
            -
               | 
| 267 | 
            -
               | 
| 277 | 
            +
              conj: _pureFunctionsAnyGenerated.conj,
         | 
| 278 | 
            +
              cosh: _pureFunctionsAnyGenerated.cosh,
         | 
| 279 | 
            +
              coth: _pureFunctionsAnyGenerated.coth,
         | 
| 280 | 
            +
              csc: _pureFunctionsAnyGenerated.csc,
         | 
| 268 281 | 
             
              cube: _pureFunctionsAnyGenerated.cube,
         | 
| 282 | 
            +
              equalScalar: _pureFunctionsAnyGenerated.equalScalar,
         | 
| 283 | 
            +
              erf: _pureFunctionsAnyGenerated.erf,
         | 
| 284 | 
            +
              exp: _pureFunctionsAnyGenerated.exp,
         | 
| 269 285 | 
             
              expm1: _pureFunctionsAnyGenerated.expm1,
         | 
| 270 | 
            -
              log10: _pureFunctionsAnyGenerated.log10,
         | 
| 271 | 
            -
              multiplyScalar: _pureFunctionsAnyGenerated.multiplyScalar,
         | 
| 272 | 
            -
              sign: _pureFunctionsAnyGenerated.sign,
         | 
| 273 | 
            -
              square: _pureFunctionsAnyGenerated.square,
         | 
| 274 | 
            -
              bitNot: _pureFunctionsAnyGenerated.bitNot,
         | 
| 275 | 
            -
              arg: _pureFunctionsAnyGenerated.arg,
         | 
| 276 | 
            -
              im: _pureFunctionsAnyGenerated.im,
         | 
| 277 | 
            -
              not: _pureFunctionsAnyGenerated.not,
         | 
| 278 286 | 
             
              filter: _pureFunctionsAnyGenerated.filter,
         | 
| 279 287 | 
             
              forEach: _pureFunctionsAnyGenerated.forEach,
         | 
| 280 | 
            -
              map: _pureFunctionsAnyGenerated.map,
         | 
| 281 | 
            -
              erf: _pureFunctionsAnyGenerated.erf,
         | 
| 282 288 | 
             
              format: _pureFunctionsAnyGenerated.format,
         | 
| 289 | 
            +
              getMatrixDataType: _pureFunctionsAnyGenerated.getMatrixDataType,
         | 
| 290 | 
            +
              hex: _pureFunctionsAnyGenerated.hex,
         | 
| 291 | 
            +
              im: _pureFunctionsAnyGenerated.im,
         | 
| 292 | 
            +
              isInteger: _pureFunctionsAnyGenerated.isInteger,
         | 
| 293 | 
            +
              isNegative: _pureFunctionsAnyGenerated.isNegative,
         | 
| 294 | 
            +
              isPositive: _pureFunctionsAnyGenerated.isPositive,
         | 
| 295 | 
            +
              isZero: _pureFunctionsAnyGenerated.isZero,
         | 
| 296 | 
            +
              LOG2E: _pureFunctionsAnyGenerated.LOG2E,
         | 
| 297 | 
            +
              log10: _pureFunctionsAnyGenerated.log10,
         | 
| 298 | 
            +
              log2: _pureFunctionsAnyGenerated.log2,
         | 
| 299 | 
            +
              map: _pureFunctionsAnyGenerated.map,
         | 
| 300 | 
            +
              multiplyScalar: _pureFunctionsAnyGenerated.multiplyScalar,
         | 
| 301 | 
            +
              not: _pureFunctionsAnyGenerated.not,
         | 
| 302 | 
            +
              number: _pureFunctionsAnyGenerated.number,
         | 
| 283 303 | 
             
              oct: _pureFunctionsAnyGenerated.oct,
         | 
| 304 | 
            +
              pickRandom: _pureFunctionsAnyGenerated.pickRandom,
         | 
| 284 305 | 
             
              print: _pureFunctionsAnyGenerated.print,
         | 
| 285 | 
            -
               | 
| 286 | 
            -
               | 
| 287 | 
            -
               | 
| 288 | 
            -
               | 
| 306 | 
            +
              random: _pureFunctionsAnyGenerated.random,
         | 
| 307 | 
            +
              re: _pureFunctionsAnyGenerated.re,
         | 
| 308 | 
            +
              sec: _pureFunctionsAnyGenerated.sec,
         | 
| 309 | 
            +
              sign: _pureFunctionsAnyGenerated.sign,
         | 
| 310 | 
            +
              sin: _pureFunctionsAnyGenerated.sin,
         | 
| 311 | 
            +
              splitUnit: _pureFunctionsAnyGenerated.splitUnit,
         | 
| 312 | 
            +
              square: _pureFunctionsAnyGenerated.square,
         | 
| 313 | 
            +
              string: _pureFunctionsAnyGenerated.string,
         | 
| 314 | 
            +
              tan: _pureFunctionsAnyGenerated.tan,
         | 
| 315 | 
            +
              typeOf: _pureFunctionsAnyGenerated.typeOf,
         | 
| 316 | 
            +
              acosh: _pureFunctionsAnyGenerated.acosh,
         | 
| 317 | 
            +
              acsch: _pureFunctionsAnyGenerated.acsch,
         | 
| 318 | 
            +
              apply: _pureFunctionsAnyGenerated.apply,
         | 
| 289 319 | 
             
              asec: _pureFunctionsAnyGenerated.asec,
         | 
| 290 | 
            -
               | 
| 291 | 
            -
               | 
| 292 | 
            -
               | 
| 293 | 
            -
              cosh: _pureFunctionsAnyGenerated.cosh,
         | 
| 294 | 
            -
              coth: _pureFunctionsAnyGenerated.coth,
         | 
| 320 | 
            +
              bin: _pureFunctionsAnyGenerated.bin,
         | 
| 321 | 
            +
              combinationsWithRep: _pureFunctionsAnyGenerated.combinationsWithRep,
         | 
| 322 | 
            +
              cos: _pureFunctionsAnyGenerated.cos,
         | 
| 295 323 | 
             
              csch: _pureFunctionsAnyGenerated.csch,
         | 
| 324 | 
            +
              isNaN: _pureFunctionsAnyGenerated.isNaN,
         | 
| 325 | 
            +
              isPrime: _pureFunctionsAnyGenerated.isPrime,
         | 
| 326 | 
            +
              randomInt: _pureFunctionsAnyGenerated.randomInt,
         | 
| 296 327 | 
             
              sech: _pureFunctionsAnyGenerated.sech,
         | 
| 297 328 | 
             
              sinh: _pureFunctionsAnyGenerated.sinh,
         | 
| 329 | 
            +
              sparse: _pureFunctionsAnyGenerated.sparse,
         | 
| 330 | 
            +
              sqrt: _pureFunctionsAnyGenerated.sqrt,
         | 
| 298 331 | 
             
              tanh: _pureFunctionsAnyGenerated.tanh,
         | 
| 299 | 
            -
              chain: chain,
         | 
| 300 | 
            -
              combinations: _pureFunctionsAnyGenerated.combinations,
         | 
| 301 | 
            -
              pickRandom: _pureFunctionsAnyGenerated.pickRandom,
         | 
| 302 | 
            -
              randomInt: _pureFunctionsAnyGenerated.randomInt,
         | 
| 303 | 
            -
              LN2: _pureFunctionsAnyGenerated.LN2,
         | 
| 304 | 
            -
              clone: _pureFunctionsAnyGenerated.clone,
         | 
| 305 | 
            -
              hasNumericValue: _pureFunctionsAnyGenerated.hasNumericValue,
         | 
| 306 | 
            -
              typeOf: _pureFunctionsAnyGenerated.typeOf,
         | 
| 307 | 
            -
              string: _pureFunctionsAnyGenerated.string,
         | 
| 308 | 
            -
              fraction: _pureFunctionsAnyGenerated.fraction,
         | 
| 309 332 | 
             
              unaryMinus: _pureFunctionsAnyGenerated.unaryMinus,
         | 
| 310 | 
            -
               | 
| 311 | 
            -
               | 
| 312 | 
            -
               | 
| 313 | 
            -
               | 
| 314 | 
            -
              conj: _pureFunctionsAnyGenerated.conj,
         | 
| 315 | 
            -
              getMatrixDataType: _pureFunctionsAnyGenerated.getMatrixDataType,
         | 
| 316 | 
            -
              mode: _pureFunctionsAnyGenerated.mode,
         | 
| 317 | 
            -
              bin: _pureFunctionsAnyGenerated.bin,
         | 
| 318 | 
            -
              acosh: _pureFunctionsAnyGenerated.acosh,
         | 
| 319 | 
            -
              acsch: _pureFunctionsAnyGenerated.acsch,
         | 
| 320 | 
            -
              asinh: _pureFunctionsAnyGenerated.asinh,
         | 
| 321 | 
            -
              cos: _pureFunctionsAnyGenerated.cos,
         | 
| 322 | 
            -
              csc: _pureFunctionsAnyGenerated.csc,
         | 
| 323 | 
            -
              sin: _pureFunctionsAnyGenerated.sin,
         | 
| 324 | 
            -
              combinationsWithRep: _pureFunctionsAnyGenerated.combinationsWithRep,
         | 
| 325 | 
            -
              random: _pureFunctionsAnyGenerated.random,
         | 
| 326 | 
            -
              SQRT2: _pureFunctionsAnyGenerated.SQRT2,
         | 
| 327 | 
            -
              isNegative: _pureFunctionsAnyGenerated.isNegative,
         | 
| 333 | 
            +
              acoth: _pureFunctionsAnyGenerated.acoth,
         | 
| 334 | 
            +
              cot: _pureFunctionsAnyGenerated.cot,
         | 
| 335 | 
            +
              fraction: _pureFunctionsAnyGenerated.fraction,
         | 
| 336 | 
            +
              isNumeric: _pureFunctionsAnyGenerated.isNumeric,
         | 
| 328 337 | 
             
              matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| 329 | 
            -
               | 
| 330 | 
            -
              gcd: _pureFunctionsAnyGenerated.gcd,
         | 
| 338 | 
            +
              matrixFromFunction: _pureFunctionsAnyGenerated.matrixFromFunction,
         | 
| 331 339 | 
             
              mod: _pureFunctionsAnyGenerated.mod,
         | 
| 332 340 | 
             
              nthRoot: _pureFunctionsAnyGenerated.nthRoot,
         | 
| 333 | 
            -
               | 
| 334 | 
            -
              bitAnd: _pureFunctionsAnyGenerated.bitAnd,
         | 
| 335 | 
            -
              bitXor: _pureFunctionsAnyGenerated.bitXor,
         | 
| 341 | 
            +
              numeric: _pureFunctionsAnyGenerated.numeric,
         | 
| 336 342 | 
             
              or: _pureFunctionsAnyGenerated.or,
         | 
| 337 | 
            -
               | 
| 338 | 
            -
              diag: _pureFunctionsAnyGenerated.diag,
         | 
| 339 | 
            -
              identity: _pureFunctionsAnyGenerated.identity,
         | 
| 340 | 
            -
              ones: _pureFunctionsAnyGenerated.ones,
         | 
| 343 | 
            +
              prod: _pureFunctionsAnyGenerated.prod,
         | 
| 341 344 | 
             
              reshape: _pureFunctionsAnyGenerated.reshape,
         | 
| 342 345 | 
             
              size: _pureFunctionsAnyGenerated.size,
         | 
| 346 | 
            +
              smaller: _pureFunctionsAnyGenerated.smaller,
         | 
| 347 | 
            +
              squeeze: _pureFunctionsAnyGenerated.squeeze,
         | 
| 343 348 | 
             
              subset: _pureFunctionsAnyGenerated.subset,
         | 
| 349 | 
            +
              subtract: _pureFunctionsAnyGenerated.subtract,
         | 
| 350 | 
            +
              to: _pureFunctionsAnyGenerated.to,
         | 
| 351 | 
            +
              transpose: _pureFunctionsAnyGenerated.transpose,
         | 
| 352 | 
            +
              xgcd: _pureFunctionsAnyGenerated.xgcd,
         | 
| 344 353 | 
             
              zeros: _pureFunctionsAnyGenerated.zeros,
         | 
| 345 | 
            -
               | 
| 346 | 
            -
               | 
| 347 | 
            -
               | 
| 348 | 
            -
               | 
| 354 | 
            +
              and: _pureFunctionsAnyGenerated.and,
         | 
| 355 | 
            +
              bitAnd: _pureFunctionsAnyGenerated.bitAnd,
         | 
| 356 | 
            +
              bitXor: _pureFunctionsAnyGenerated.bitXor,
         | 
| 357 | 
            +
              cbrt: _pureFunctionsAnyGenerated.cbrt,
         | 
| 349 358 | 
             
              compare: _pureFunctionsAnyGenerated.compare,
         | 
| 350 359 | 
             
              compareText: _pureFunctionsAnyGenerated.compareText,
         | 
| 351 | 
            -
               | 
| 352 | 
            -
               | 
| 360 | 
            +
              concat: _pureFunctionsAnyGenerated.concat,
         | 
| 361 | 
            +
              count: _pureFunctionsAnyGenerated.count,
         | 
| 362 | 
            +
              ctranspose: _pureFunctionsAnyGenerated.ctranspose,
         | 
| 363 | 
            +
              diag: _pureFunctionsAnyGenerated.diag,
         | 
| 364 | 
            +
              divideScalar: _pureFunctionsAnyGenerated.divideScalar,
         | 
| 365 | 
            +
              dotDivide: _pureFunctionsAnyGenerated.dotDivide,
         | 
| 366 | 
            +
              equal: _pureFunctionsAnyGenerated.equal,
         | 
| 367 | 
            +
              flatten: _pureFunctionsAnyGenerated.flatten,
         | 
| 368 | 
            +
              gcd: _pureFunctionsAnyGenerated.gcd,
         | 
| 369 | 
            +
              hasNumericValue: _pureFunctionsAnyGenerated.hasNumericValue,
         | 
| 370 | 
            +
              hypot: _pureFunctionsAnyGenerated.hypot,
         | 
| 371 | 
            +
              kron: _pureFunctionsAnyGenerated.kron,
         | 
| 372 | 
            +
              largerEq: _pureFunctionsAnyGenerated.largerEq,
         | 
| 373 | 
            +
              leftShift: _pureFunctionsAnyGenerated.leftShift,
         | 
| 374 | 
            +
              lsolve: _pureFunctionsAnyGenerated.lsolve,
         | 
| 375 | 
            +
              matrixFromColumns: _pureFunctionsAnyGenerated.matrixFromColumns,
         | 
| 376 | 
            +
              min: _pureFunctionsAnyGenerated.min,
         | 
| 377 | 
            +
              mode: _pureFunctionsAnyGenerated.mode,
         | 
| 378 | 
            +
              nthRoots: _pureFunctionsAnyGenerated.nthRoots,
         | 
| 379 | 
            +
              ones: _pureFunctionsAnyGenerated.ones,
         | 
| 380 | 
            +
              partitionSelect: _pureFunctionsAnyGenerated.partitionSelect,
         | 
| 381 | 
            +
              resize: _pureFunctionsAnyGenerated.resize,
         | 
| 382 | 
            +
              rightLogShift: _pureFunctionsAnyGenerated.rightLogShift,
         | 
| 383 | 
            +
              round: _pureFunctionsAnyGenerated.round,
         | 
| 384 | 
            +
              smallerEq: _pureFunctionsAnyGenerated.smallerEq,
         | 
| 353 385 | 
             
              unequal: _pureFunctionsAnyGenerated.unequal,
         | 
| 354 | 
            -
               | 
| 355 | 
            -
               | 
| 356 | 
            -
              atan2: _pureFunctionsAnyGenerated.atan2,
         | 
| 357 | 
            -
              sec: _pureFunctionsAnyGenerated.sec,
         | 
| 386 | 
            +
              usolve: _pureFunctionsAnyGenerated.usolve,
         | 
| 387 | 
            +
              xor: _pureFunctionsAnyGenerated.xor,
         | 
| 358 388 | 
             
              add: _pureFunctionsAnyGenerated.add,
         | 
| 389 | 
            +
              atan2: _pureFunctionsAnyGenerated.atan2,
         | 
| 390 | 
            +
              bitOr: _pureFunctionsAnyGenerated.bitOr,
         | 
| 391 | 
            +
              catalan: _pureFunctionsAnyGenerated.catalan,
         | 
| 392 | 
            +
              compareNatural: _pureFunctionsAnyGenerated.compareNatural,
         | 
| 393 | 
            +
              deepEqual: _pureFunctionsAnyGenerated.deepEqual,
         | 
| 394 | 
            +
              diff: _pureFunctionsAnyGenerated.diff,
         | 
| 359 395 | 
             
              dot: _pureFunctionsAnyGenerated.dot,
         | 
| 360 | 
            -
               | 
| 361 | 
            -
              isZero: _pureFunctionsAnyGenerated.isZero,
         | 
| 362 | 
            -
              matrixFromFunction: _pureFunctionsAnyGenerated.matrixFromFunction,
         | 
| 363 | 
            -
              cbrt: _pureFunctionsAnyGenerated.cbrt,
         | 
| 396 | 
            +
              equalText: _pureFunctionsAnyGenerated.equalText,
         | 
| 364 397 | 
             
              floor: _pureFunctionsAnyGenerated.floor,
         | 
| 398 | 
            +
              identity: _pureFunctionsAnyGenerated.identity,
         | 
| 399 | 
            +
              larger: _pureFunctionsAnyGenerated.larger,
         | 
| 400 | 
            +
              log: _pureFunctionsAnyGenerated.log,
         | 
| 401 | 
            +
              lsolveAll: _pureFunctionsAnyGenerated.lsolveAll,
         | 
| 402 | 
            +
              matrixFromRows: _pureFunctionsAnyGenerated.matrixFromRows,
         | 
| 365 403 | 
             
              multiply: _pureFunctionsAnyGenerated.multiply,
         | 
| 366 | 
            -
              dotMultiply: _pureFunctionsAnyGenerated.dotMultiply,
         | 
| 367 | 
            -
              re: _pureFunctionsAnyGenerated.re,
         | 
| 368 | 
            -
              flatten: _pureFunctionsAnyGenerated.flatten,
         | 
| 369 | 
            -
              resize: _pureFunctionsAnyGenerated.resize,
         | 
| 370 | 
            -
              squeeze: _pureFunctionsAnyGenerated.squeeze,
         | 
| 371 | 
            -
              to: _pureFunctionsAnyGenerated.to,
         | 
| 372 404 | 
             
              pow: _pureFunctionsAnyGenerated.pow,
         | 
| 373 | 
            -
               | 
| 405 | 
            +
              qr: _pureFunctionsAnyGenerated.qr,
         | 
| 406 | 
            +
              range: _pureFunctionsAnyGenerated.range,
         | 
| 374 407 | 
             
              rightArithShift: _pureFunctionsAnyGenerated.rightArithShift,
         | 
| 375 | 
            -
               | 
| 376 | 
            -
               | 
| 377 | 
            -
              largerEq: _pureFunctionsAnyGenerated.largerEq,
         | 
| 378 | 
            -
              partitionSelect: _pureFunctionsAnyGenerated.partitionSelect,
         | 
| 379 | 
            -
              asech: _pureFunctionsAnyGenerated.asech,
         | 
| 380 | 
            -
              tan: _pureFunctionsAnyGenerated.tan,
         | 
| 381 | 
            -
              setDifference: _pureFunctionsAnyGenerated.setDifference,
         | 
| 382 | 
            -
              setIntersect: _pureFunctionsAnyGenerated.setIntersect,
         | 
| 383 | 
            -
              setMultiplicity: _pureFunctionsAnyGenerated.setMultiplicity,
         | 
| 384 | 
            -
              setSize: _pureFunctionsAnyGenerated.setSize,
         | 
| 385 | 
            -
              trace: _pureFunctionsAnyGenerated.trace,
         | 
| 386 | 
            -
              quantileSeq: _pureFunctionsAnyGenerated.quantileSeq,
         | 
| 387 | 
            -
              gamma: _pureFunctionsAnyGenerated.gamma,
         | 
| 388 | 
            -
              bignumber: _pureFunctionsAnyGenerated.bignumber,
         | 
| 389 | 
            -
              matrixFromColumns: _pureFunctionsAnyGenerated.matrixFromColumns,
         | 
| 390 | 
            -
              lcm: _pureFunctionsAnyGenerated.lcm,
         | 
| 391 | 
            -
              bitOr: _pureFunctionsAnyGenerated.bitOr,
         | 
| 392 | 
            -
              kron: _pureFunctionsAnyGenerated.kron,
         | 
| 393 | 
            -
              transpose: _pureFunctionsAnyGenerated.transpose,
         | 
| 394 | 
            -
              numeric: _pureFunctionsAnyGenerated.numeric,
         | 
| 395 | 
            -
              and: _pureFunctionsAnyGenerated.and,
         | 
| 396 | 
            -
              smallerEq: _pureFunctionsAnyGenerated.smallerEq,
         | 
| 397 | 
            -
              sort: _pureFunctionsAnyGenerated.sort,
         | 
| 398 | 
            -
              min: _pureFunctionsAnyGenerated.min,
         | 
| 399 | 
            -
              cot: _pureFunctionsAnyGenerated.cot,
         | 
| 408 | 
            +
              row: _pureFunctionsAnyGenerated.row,
         | 
| 409 | 
            +
              setCartesian: _pureFunctionsAnyGenerated.setCartesian,
         | 
| 400 410 | 
             
              setDistinct: _pureFunctionsAnyGenerated.setDistinct,
         | 
| 411 | 
            +
              setIsSubset: _pureFunctionsAnyGenerated.setIsSubset,
         | 
| 401 412 | 
             
              setPowerset: _pureFunctionsAnyGenerated.setPowerset,
         | 
| 402 | 
            -
               | 
| 413 | 
            +
              slu: _pureFunctionsAnyGenerated.slu,
         | 
| 403 414 | 
             
              sum: _pureFunctionsAnyGenerated.sum,
         | 
| 404 | 
            -
               | 
| 405 | 
            -
               | 
| 406 | 
            -
               | 
| 407 | 
            -
               | 
| 415 | 
            +
              trace: _pureFunctionsAnyGenerated.trace,
         | 
| 416 | 
            +
              usolveAll: _pureFunctionsAnyGenerated.usolveAll,
         | 
| 417 | 
            +
              asin: _pureFunctionsAnyGenerated.asin,
         | 
| 418 | 
            +
              ceil: _pureFunctionsAnyGenerated.ceil,
         | 
| 419 | 
            +
              column: _pureFunctionsAnyGenerated.column,
         | 
| 420 | 
            +
              composition: _pureFunctionsAnyGenerated.composition,
         | 
| 408 421 | 
             
              cross: _pureFunctionsAnyGenerated.cross,
         | 
| 409 | 
            -
               | 
| 410 | 
            -
               | 
| 411 | 
            -
               | 
| 412 | 
            -
               | 
| 422 | 
            +
              distance: _pureFunctionsAnyGenerated.distance,
         | 
| 423 | 
            +
              dotMultiply: _pureFunctionsAnyGenerated.dotMultiply,
         | 
| 424 | 
            +
              fix: _pureFunctionsAnyGenerated.fix,
         | 
| 425 | 
            +
              gamma: _pureFunctionsAnyGenerated.gamma,
         | 
| 426 | 
            +
              index: _pureFunctionsAnyGenerated.index,
         | 
| 427 | 
            +
              lcm: _pureFunctionsAnyGenerated.lcm,
         | 
| 413 428 | 
             
              max: _pureFunctionsAnyGenerated.max,
         | 
| 414 | 
            -
               | 
| 429 | 
            +
              quantileSeq: _pureFunctionsAnyGenerated.quantileSeq,
         | 
| 430 | 
            +
              setDifference: _pureFunctionsAnyGenerated.setDifference,
         | 
| 431 | 
            +
              setMultiplicity: _pureFunctionsAnyGenerated.setMultiplicity,
         | 
| 415 432 | 
             
              setSymDifference: _pureFunctionsAnyGenerated.setSymDifference,
         | 
| 416 | 
            -
               | 
| 417 | 
            -
               | 
| 418 | 
            -
               | 
| 419 | 
            -
              ctranspose: _pureFunctionsAnyGenerated.ctranspose,
         | 
| 420 | 
            -
              deepEqual: _pureFunctionsAnyGenerated.deepEqual,
         | 
| 421 | 
            -
              setIsSubset: _pureFunctionsAnyGenerated.setIsSubset,
         | 
| 422 | 
            -
              fix: _pureFunctionsAnyGenerated.fix,
         | 
| 423 | 
            -
              diff: _pureFunctionsAnyGenerated.diff,
         | 
| 424 | 
            -
              divideScalar: _pureFunctionsAnyGenerated.divideScalar,
         | 
| 425 | 
            -
              nthRoots: _pureFunctionsAnyGenerated.nthRoots,
         | 
| 426 | 
            -
              lsolve: _pureFunctionsAnyGenerated.lsolve,
         | 
| 427 | 
            -
              lsolveAll: _pureFunctionsAnyGenerated.lsolveAll,
         | 
| 428 | 
            -
              setUnion: _pureFunctionsAnyGenerated.setUnion,
         | 
| 429 | 
            -
              lup: _pureFunctionsAnyGenerated.lup,
         | 
| 430 | 
            -
              slu: _pureFunctionsAnyGenerated.slu,
         | 
| 431 | 
            -
              det: _pureFunctionsAnyGenerated.det,
         | 
| 432 | 
            -
              distance: _pureFunctionsAnyGenerated.distance,
         | 
| 433 | 
            -
              stirlingS2: _pureFunctionsAnyGenerated.stirlingS2,
         | 
| 434 | 
            -
              catalan: _pureFunctionsAnyGenerated.catalan,
         | 
| 435 | 
            -
              column: _pureFunctionsAnyGenerated.column,
         | 
| 436 | 
            -
              log: _pureFunctionsAnyGenerated.log,
         | 
| 437 | 
            -
              dotDivide: _pureFunctionsAnyGenerated.dotDivide,
         | 
| 438 | 
            -
              usolveAll: _pureFunctionsAnyGenerated.usolveAll,
         | 
| 439 | 
            -
              hypot: _pureFunctionsAnyGenerated.hypot,
         | 
| 440 | 
            -
              qr: _pureFunctionsAnyGenerated.qr,
         | 
| 441 | 
            -
              inv: _pureFunctionsAnyGenerated.inv,
         | 
| 442 | 
            -
              expm: _pureFunctionsAnyGenerated.expm,
         | 
| 443 | 
            -
              divide: _pureFunctionsAnyGenerated.divide,
         | 
| 444 | 
            -
              mean: _pureFunctionsAnyGenerated.mean,
         | 
| 445 | 
            -
              variance: _pureFunctionsAnyGenerated.variance,
         | 
| 446 | 
            -
              kldivergence: _pureFunctionsAnyGenerated.kldivergence,
         | 
| 447 | 
            -
              bellNumbers: _pureFunctionsAnyGenerated.bellNumbers,
         | 
| 448 | 
            -
              log1p: _pureFunctionsAnyGenerated.log1p,
         | 
| 449 | 
            -
              createUnit: _pureFunctionsAnyGenerated.createUnit,
         | 
| 450 | 
            -
              sqrtm: _pureFunctionsAnyGenerated.sqrtm,
         | 
| 451 | 
            -
              median: _pureFunctionsAnyGenerated.median,
         | 
| 452 | 
            -
              std: _pureFunctionsAnyGenerated.std,
         | 
| 433 | 
            +
              sort: _pureFunctionsAnyGenerated.sort,
         | 
| 434 | 
            +
              vacuumImpedance: _pureFunctionsAnyGenerated.vacuumImpedance,
         | 
| 435 | 
            +
              wienDisplacement: _pureFunctionsAnyGenerated.wienDisplacement,
         | 
| 453 436 | 
             
              atomicMass: _pureFunctionsAnyGenerated.atomicMass,
         | 
| 454 437 | 
             
              bohrMagneton: _pureFunctionsAnyGenerated.bohrMagneton,
         | 
| 455 438 | 
             
              boltzmann: _pureFunctionsAnyGenerated.boltzmann,
         | 
| 456 439 | 
             
              conductanceQuantum: _pureFunctionsAnyGenerated.conductanceQuantum,
         | 
| 440 | 
            +
              createUnit: _pureFunctionsAnyGenerated.createUnit,
         | 
| 457 441 | 
             
              deuteronMass: _pureFunctionsAnyGenerated.deuteronMass,
         | 
| 458 | 
            -
               | 
| 459 | 
            -
               | 
| 460 | 
            -
               | 
| 461 | 
            -
               | 
| 462 | 
            -
               | 
| 442 | 
            +
              dotPow: _pureFunctionsAnyGenerated.dotPow,
         | 
| 443 | 
            +
              electricConstant: _pureFunctionsAnyGenerated.electricConstant,
         | 
| 444 | 
            +
              elementaryCharge: _pureFunctionsAnyGenerated.elementaryCharge,
         | 
| 445 | 
            +
              factorial: _pureFunctionsAnyGenerated.factorial,
         | 
| 446 | 
            +
              fermiCoupling: _pureFunctionsAnyGenerated.fermiCoupling,
         | 
| 447 | 
            +
              gasConstant: _pureFunctionsAnyGenerated.gasConstant,
         | 
| 448 | 
            +
              gravity: _pureFunctionsAnyGenerated.gravity,
         | 
| 449 | 
            +
              intersect: _pureFunctionsAnyGenerated.intersect,
         | 
| 450 | 
            +
              inverseConductanceQuantum: _pureFunctionsAnyGenerated.inverseConductanceQuantum,
         | 
| 463 451 | 
             
              klitzing: _pureFunctionsAnyGenerated.klitzing,
         | 
| 452 | 
            +
              loschmidt: _pureFunctionsAnyGenerated.loschmidt,
         | 
| 464 453 | 
             
              magneticConstant: _pureFunctionsAnyGenerated.magneticConstant,
         | 
| 465 454 | 
             
              molarMass: _pureFunctionsAnyGenerated.molarMass,
         | 
| 466 455 | 
             
              molarPlanckConstant: _pureFunctionsAnyGenerated.molarPlanckConstant,
         | 
| 467 456 | 
             
              neutronMass: _pureFunctionsAnyGenerated.neutronMass,
         | 
| 468 | 
            -
              planckCharge: _pureFunctionsAnyGenerated.planckCharge,
         | 
| 469 | 
            -
              planckLength: _pureFunctionsAnyGenerated.planckLength,
         | 
| 470 | 
            -
              planckTemperature: _pureFunctionsAnyGenerated.planckTemperature,
         | 
| 471 | 
            -
              protonMass: _pureFunctionsAnyGenerated.protonMass,
         | 
| 472 | 
            -
              reducedPlanckConstant: _pureFunctionsAnyGenerated.reducedPlanckConstant,
         | 
| 473 | 
            -
              secondRadiation: _pureFunctionsAnyGenerated.secondRadiation,
         | 
| 474 | 
            -
              stefanBoltzmann: _pureFunctionsAnyGenerated.stefanBoltzmann,
         | 
| 475 | 
            -
              vacuumImpedance: _pureFunctionsAnyGenerated.vacuumImpedance,
         | 
| 476 | 
            -
              usolve: _pureFunctionsAnyGenerated.usolve,
         | 
| 477 | 
            -
              lusolve: _pureFunctionsAnyGenerated.lusolve,
         | 
| 478 | 
            -
              eigs: _pureFunctionsAnyGenerated.eigs,
         | 
| 479 | 
            -
              mad: _pureFunctionsAnyGenerated.mad,
         | 
| 480 | 
            -
              avogadro: _pureFunctionsAnyGenerated.avogadro,
         | 
| 481 | 
            -
              classicalElectronRadius: _pureFunctionsAnyGenerated.classicalElectronRadius,
         | 
| 482 | 
            -
              electricConstant: _pureFunctionsAnyGenerated.electricConstant,
         | 
| 483 | 
            -
              fermiCoupling: _pureFunctionsAnyGenerated.fermiCoupling,
         | 
| 484 | 
            -
              gravity: _pureFunctionsAnyGenerated.gravity,
         | 
| 485 | 
            -
              loschmidt: _pureFunctionsAnyGenerated.loschmidt,
         | 
| 486 | 
            -
              molarMassC12: _pureFunctionsAnyGenerated.molarMassC12,
         | 
| 487 457 | 
             
              nuclearMagneton: _pureFunctionsAnyGenerated.nuclearMagneton,
         | 
| 458 | 
            +
              permutations: _pureFunctionsAnyGenerated.permutations,
         | 
| 459 | 
            +
              planckConstant: _pureFunctionsAnyGenerated.planckConstant,
         | 
| 488 460 | 
             
              planckMass: _pureFunctionsAnyGenerated.planckMass,
         | 
| 461 | 
            +
              planckTime: _pureFunctionsAnyGenerated.planckTime,
         | 
| 489 462 | 
             
              quantumOfCirculation: _pureFunctionsAnyGenerated.quantumOfCirculation,
         | 
| 490 | 
            -
               | 
| 491 | 
            -
               | 
| 463 | 
            +
              reducedPlanckConstant: _pureFunctionsAnyGenerated.reducedPlanckConstant,
         | 
| 464 | 
            +
              rydberg: _pureFunctionsAnyGenerated.rydberg,
         | 
| 465 | 
            +
              setIntersect: _pureFunctionsAnyGenerated.setIntersect,
         | 
| 466 | 
            +
              setUnion: _pureFunctionsAnyGenerated.setUnion,
         | 
| 467 | 
            +
              stefanBoltzmann: _pureFunctionsAnyGenerated.stefanBoltzmann,
         | 
| 492 468 | 
             
              unit: _pureFunctionsAnyGenerated.unit,
         | 
| 469 | 
            +
              avogadro: _pureFunctionsAnyGenerated.avogadro,
         | 
| 470 | 
            +
              bohrRadius: _pureFunctionsAnyGenerated.bohrRadius,
         | 
| 471 | 
            +
              coulomb: _pureFunctionsAnyGenerated.coulomb,
         | 
| 472 | 
            +
              electronMass: _pureFunctionsAnyGenerated.electronMass,
         | 
| 473 | 
            +
              faraday: _pureFunctionsAnyGenerated.faraday,
         | 
| 474 | 
            +
              hartreeEnergy: _pureFunctionsAnyGenerated.hartreeEnergy,
         | 
| 475 | 
            +
              log1p: _pureFunctionsAnyGenerated.log1p,
         | 
| 476 | 
            +
              magneticFluxQuantum: _pureFunctionsAnyGenerated.magneticFluxQuantum,
         | 
| 477 | 
            +
              molarMassC12: _pureFunctionsAnyGenerated.molarMassC12,
         | 
| 493 478 | 
             
              parse: parse,
         | 
| 479 | 
            +
              planckCharge: _pureFunctionsAnyGenerated.planckCharge,
         | 
| 480 | 
            +
              planckTemperature: _pureFunctionsAnyGenerated.planckTemperature,
         | 
| 481 | 
            +
              secondRadiation: _pureFunctionsAnyGenerated.secondRadiation,
         | 
| 482 | 
            +
              speedOfLight: _pureFunctionsAnyGenerated.speedOfLight,
         | 
| 483 | 
            +
              stirlingS2: _pureFunctionsAnyGenerated.stirlingS2,
         | 
| 484 | 
            +
              bellNumbers: _pureFunctionsAnyGenerated.bellNumbers,
         | 
| 485 | 
            +
              compile: compile,
         | 
| 494 486 | 
             
              evaluate: evaluate,
         | 
| 495 | 
            -
               | 
| 487 | 
            +
              firstRadiation: _pureFunctionsAnyGenerated.firstRadiation,
         | 
| 488 | 
            +
              lup: _pureFunctionsAnyGenerated.lup,
         | 
| 489 | 
            +
              molarVolume: _pureFunctionsAnyGenerated.molarVolume,
         | 
| 490 | 
            +
              protonMass: _pureFunctionsAnyGenerated.protonMass,
         | 
| 491 | 
            +
              setSize: _pureFunctionsAnyGenerated.setSize,
         | 
| 492 | 
            +
              thomsonCrossSection: _pureFunctionsAnyGenerated.thomsonCrossSection,
         | 
| 493 | 
            +
              classicalElectronRadius: _pureFunctionsAnyGenerated.classicalElectronRadius,
         | 
| 494 | 
            +
              det: _pureFunctionsAnyGenerated.det,
         | 
| 495 | 
            +
              gravitationConstant: _pureFunctionsAnyGenerated.gravitationConstant,
         | 
| 496 | 
            +
              inv: _pureFunctionsAnyGenerated.inv,
         | 
| 497 | 
            +
              lusolve: _pureFunctionsAnyGenerated.lusolve,
         | 
| 498 | 
            +
              parser: parser,
         | 
| 499 | 
            +
              sqrtm: _pureFunctionsAnyGenerated.sqrtm,
         | 
| 500 | 
            +
              divide: _pureFunctionsAnyGenerated.divide,
         | 
| 501 | 
            +
              expm: _pureFunctionsAnyGenerated.expm,
         | 
| 502 | 
            +
              kldivergence: _pureFunctionsAnyGenerated.kldivergence,
         | 
| 503 | 
            +
              mean: _pureFunctionsAnyGenerated.mean,
         | 
| 504 | 
            +
              median: _pureFunctionsAnyGenerated.median,
         | 
| 505 | 
            +
              planckLength: _pureFunctionsAnyGenerated.planckLength,
         | 
| 496 506 | 
             
              simplify: simplify,
         | 
| 507 | 
            +
              variance: _pureFunctionsAnyGenerated.variance,
         | 
| 508 | 
            +
              derivative: derivative,
         | 
| 509 | 
            +
              help: help,
         | 
| 497 510 | 
             
              rationalize: rationalize,
         | 
| 498 | 
            -
               | 
| 499 | 
            -
               | 
| 500 | 
            -
               | 
| 501 | 
            -
               | 
| 502 | 
            -
              rydberg: _pureFunctionsAnyGenerated.rydberg,
         | 
| 511 | 
            +
              std: _pureFunctionsAnyGenerated.std,
         | 
| 512 | 
            +
              eigs: _pureFunctionsAnyGenerated.eigs,
         | 
| 513 | 
            +
              multinomial: _pureFunctionsAnyGenerated.multinomial,
         | 
| 514 | 
            +
              mad: _pureFunctionsAnyGenerated.mad,
         | 
| 503 515 | 
             
              norm: _pureFunctionsAnyGenerated.norm,
         | 
| 504 | 
            -
              help: help,
         | 
| 505 | 
            -
              derivative: derivative,
         | 
| 506 | 
            -
              elementaryCharge: _pureFunctionsAnyGenerated.elementaryCharge,
         | 
| 507 | 
            -
              molarVolume: _pureFunctionsAnyGenerated.molarVolume,
         | 
| 508 | 
            -
              thomsonCrossSection: _pureFunctionsAnyGenerated.thomsonCrossSection,
         | 
| 509 516 | 
             
              rotationMatrix: _pureFunctionsAnyGenerated.rotationMatrix,
         | 
| 510 | 
            -
              parser: parser,
         | 
| 511 | 
            -
              bohrRadius: _pureFunctionsAnyGenerated.bohrRadius,
         | 
| 512 | 
            -
              planckTime: _pureFunctionsAnyGenerated.planckTime,
         | 
| 513 517 | 
             
              rotate: _pureFunctionsAnyGenerated.rotate,
         | 
| 514 | 
            -
              multinomial: _pureFunctionsAnyGenerated.multinomial,
         | 
| 515 | 
            -
              compile: compile,
         | 
| 516 | 
            -
              inverseConductanceQuantum: _pureFunctionsAnyGenerated.inverseConductanceQuantum,
         | 
| 517 518 | 
             
              config: _configReadonly.config
         | 
| 518 519 | 
             
            });
         | 
| 519 520 | 
             
            (0, _extends2["default"])(mathWithTransform, math, {
         | 
| 520 | 
            -
               | 
| 521 | 
            -
                isInteger: _pureFunctionsAnyGenerated.isInteger,
         | 
| 521 | 
            +
              filter: (0, _factoriesAny.createFilterTransform)({
         | 
| 522 522 | 
             
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 523 523 | 
             
              }),
         | 
| 524 | 
            -
               | 
| 524 | 
            +
              forEach: (0, _factoriesAny.createForEachTransform)({
         | 
| 525 525 | 
             
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 526 526 | 
             
              }),
         | 
| 527 527 | 
             
              map: (0, _factoriesAny.createMapTransform)({
         | 
| 528 528 | 
             
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 529 529 | 
             
              }),
         | 
| 530 | 
            -
               | 
| 530 | 
            +
              apply: (0, _factoriesAny.createApplyTransform)({
         | 
| 531 | 
            +
                isInteger: _pureFunctionsAnyGenerated.isInteger,
         | 
| 531 532 | 
             
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 532 533 | 
             
              }),
         | 
| 533 | 
            -
               | 
| 534 | 
            +
              diff: (0, _factoriesAny.createDiffTransform)({
         | 
| 535 | 
            +
                bignumber: _pureFunctionsAnyGenerated.bignumber,
         | 
| 534 536 | 
             
                matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| 537 | 
            +
                number: _pureFunctionsAnyGenerated.number,
         | 
| 538 | 
            +
                subtract: _pureFunctionsAnyGenerated.subtract,
         | 
| 535 539 | 
             
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 536 540 | 
             
              }),
         | 
| 537 541 | 
             
              index: (0, _factoriesAny.createIndexTransform)({
         | 
| 538 542 | 
             
                Index: _pureFunctionsAnyGenerated.Index
         | 
| 539 543 | 
             
              }),
         | 
| 544 | 
            +
              subset: (0, _factoriesAny.createSubsetTransform)({
         | 
| 545 | 
            +
                matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| 546 | 
            +
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 547 | 
            +
              }),
         | 
| 540 548 | 
             
              concat: (0, _factoriesAny.createConcatTransform)({
         | 
| 541 549 | 
             
                isInteger: _pureFunctionsAnyGenerated.isInteger,
         | 
| 542 550 | 
             
                matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| @@ -554,18 +562,6 @@ exports.compile = compile; | |
| 554 562 | 
             
                smaller: _pureFunctionsAnyGenerated.smaller,
         | 
| 555 563 | 
             
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 556 564 | 
             
              }),
         | 
| 557 | 
            -
              sum: (0, _factoriesAny.createSumTransform)({
         | 
| 558 | 
            -
                add: _pureFunctionsAnyGenerated.add,
         | 
| 559 | 
            -
                config: _configReadonly.config,
         | 
| 560 | 
            -
                numeric: _pureFunctionsAnyGenerated.numeric,
         | 
| 561 | 
            -
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 562 | 
            -
              }),
         | 
| 563 | 
            -
              column: (0, _factoriesAny.createColumnTransform)({
         | 
| 564 | 
            -
                Index: _pureFunctionsAnyGenerated.Index,
         | 
| 565 | 
            -
                matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| 566 | 
            -
                range: _pureFunctionsAnyGenerated.range,
         | 
| 567 | 
            -
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 568 | 
            -
              }),
         | 
| 569 565 | 
             
              range: (0, _factoriesAny.createRangeTransform)({
         | 
| 570 566 | 
             
                bignumber: _pureFunctionsAnyGenerated.bignumber,
         | 
| 571 567 | 
             
                matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| @@ -576,14 +572,19 @@ exports.compile = compile; | |
| 576 572 | 
             
                smallerEq: _pureFunctionsAnyGenerated.smallerEq,
         | 
| 577 573 | 
             
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 578 574 | 
             
              }),
         | 
| 579 | 
            -
               | 
| 580 | 
            -
                 | 
| 575 | 
            +
              row: (0, _factoriesAny.createRowTransform)({
         | 
| 576 | 
            +
                Index: _pureFunctionsAnyGenerated.Index,
         | 
| 581 577 | 
             
                matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| 582 | 
            -
                 | 
| 583 | 
            -
                subtract: _pureFunctionsAnyGenerated.subtract,
         | 
| 578 | 
            +
                range: _pureFunctionsAnyGenerated.range,
         | 
| 584 579 | 
             
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 585 580 | 
             
              }),
         | 
| 586 | 
            -
               | 
| 581 | 
            +
              sum: (0, _factoriesAny.createSumTransform)({
         | 
| 582 | 
            +
                add: _pureFunctionsAnyGenerated.add,
         | 
| 583 | 
            +
                config: _configReadonly.config,
         | 
| 584 | 
            +
                numeric: _pureFunctionsAnyGenerated.numeric,
         | 
| 585 | 
            +
                typed: _pureFunctionsAnyGenerated.typed
         | 
| 586 | 
            +
              }),
         | 
| 587 | 
            +
              column: (0, _factoriesAny.createColumnTransform)({
         | 
| 587 588 | 
             
                Index: _pureFunctionsAnyGenerated.Index,
         | 
| 588 589 | 
             
                matrix: _pureFunctionsAnyGenerated.matrix,
         | 
| 589 590 | 
             
                range: _pureFunctionsAnyGenerated.range,
         | 
| @@ -610,34 +611,34 @@ exports.compile = compile; | |
| 610 611 | 
             
              })
         | 
| 611 612 | 
             
            });
         | 
| 612 613 | 
             
            (0, _extends2["default"])(classes, {
         | 
| 613 | 
            -
               | 
| 614 | 
            +
              BigNumber: _pureFunctionsAnyGenerated.BigNumber,
         | 
| 615 | 
            +
              Chain: Chain,
         | 
| 614 616 | 
             
              Complex: _pureFunctionsAnyGenerated.Complex,
         | 
| 615 | 
            -
               | 
| 617 | 
            +
              Fraction: _pureFunctionsAnyGenerated.Fraction,
         | 
| 618 | 
            +
              Matrix: _pureFunctionsAnyGenerated.Matrix,
         | 
| 616 619 | 
             
              Node: Node,
         | 
| 617 | 
            -
              ArrayNode: ArrayNode,
         | 
| 618 | 
            -
              BlockNode: BlockNode,
         | 
| 619 | 
            -
              ConstantNode: ConstantNode,
         | 
| 620 620 | 
             
              ObjectNode: ObjectNode,
         | 
| 621 | 
            +
              OperatorNode: OperatorNode,
         | 
| 621 622 | 
             
              ParenthesisNode: ParenthesisNode,
         | 
| 623 | 
            +
              Range: _pureFunctionsAnyGenerated.Range,
         | 
| 622 624 | 
             
              RelationalNode: RelationalNode,
         | 
| 623 | 
            -
               | 
| 624 | 
            -
               | 
| 625 | 
            -
               | 
| 625 | 
            +
              ResultSet: _pureFunctionsAnyGenerated.ResultSet,
         | 
| 626 | 
            +
              ArrayNode: ArrayNode,
         | 
| 627 | 
            +
              BlockNode: BlockNode,
         | 
| 626 628 | 
             
              ConditionalNode: ConditionalNode,
         | 
| 627 | 
            -
               | 
| 628 | 
            -
              Fraction: _pureFunctionsAnyGenerated.Fraction,
         | 
| 629 | 
            -
              RangeNode: RangeNode,
         | 
| 629 | 
            +
              ConstantNode: ConstantNode,
         | 
| 630 630 | 
             
              DenseMatrix: _pureFunctionsAnyGenerated.DenseMatrix,
         | 
| 631 | 
            +
              RangeNode: RangeNode,
         | 
| 631 632 | 
             
              FunctionAssignmentNode: FunctionAssignmentNode,
         | 
| 632 633 | 
             
              SparseMatrix: _pureFunctionsAnyGenerated.SparseMatrix,
         | 
| 633 | 
            -
              ImmutableDenseMatrix: _pureFunctionsAnyGenerated.ImmutableDenseMatrix,
         | 
| 634 | 
            -
              FibonacciHeap: _pureFunctionsAnyGenerated.FibonacciHeap,
         | 
| 635 634 | 
             
              AccessorNode: AccessorNode,
         | 
| 636 | 
            -
              IndexNode: IndexNode,
         | 
| 637 | 
            -
              Index: _pureFunctionsAnyGenerated.Index,
         | 
| 638 635 | 
             
              AssignmentNode: AssignmentNode,
         | 
| 639 | 
            -
               | 
| 636 | 
            +
              ImmutableDenseMatrix: _pureFunctionsAnyGenerated.ImmutableDenseMatrix,
         | 
| 637 | 
            +
              Index: _pureFunctionsAnyGenerated.Index,
         | 
| 638 | 
            +
              IndexNode: IndexNode,
         | 
| 639 | 
            +
              FibonacciHeap: _pureFunctionsAnyGenerated.FibonacciHeap,
         | 
| 640 640 | 
             
              Unit: _pureFunctionsAnyGenerated.Unit,
         | 
| 641 | 
            +
              Spa: _pureFunctionsAnyGenerated.Spa,
         | 
| 641 642 | 
             
              SymbolNode: SymbolNode,
         | 
| 642 643 | 
             
              FunctionNode: FunctionNode,
         | 
| 643 644 | 
             
              Help: Help,
         |