Michael Scott Levy
Michael Scott Levy
http://toddmotto.com/labs/echo = 404 error
I've tried doing these several different ways. The source node shows two channels. Everyway I arrange it, both analyzers return data for the left side. Any tips on how to...
``` var ret = {} var f = LeastSquares(this.x, this.y, ret); console.dir(ret); //{ m: 1.4, b: 3.5 } console.log(f(3.6)); //8.54 ``` In the last line of this code, is the...
Adding an id and using a component stylesheet rather than using inline styles would make it easier to manipulate the positioning and style. Also, a property could be added to...