MCPcopy
hub / github.com/BrainJS/brain.js / Equation

Function Equation

browser.js:2717–2723  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2715
2716var Equation = function () {
2717 function Equation() {
2718 _classCallCheck(this, Equation);
2719
2720 this.inputRow = 0;
2721 this.inputValue = null;
2722 this.states = [];
2723 }
2724
2725 /**
2726 * connects two matrices together by add

Callers

nothing calls this directly

Calls 1

_classCallCheckFunction · 0.70

Tested by

no test coverage detected