UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

11 lines 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.matget = void 0; const Symbol_1 = require("../../../../Types/Symbol"); function matget(matrix, i, j) { if (i.isConstant() && j.isConstant()) return matrix.elements[i][j]; return (0, Symbol_1.symfunction)('matget', arguments); } exports.matget = matget; //# sourceMappingURL=matget.js.map