Solves a linear equation.
The slope (in slope-intercept form)
The y-intercept (in slope-intercept form)
Optional
The y-intercept (in standard form)
The y-coordinate of the second point (in point-slope form)
const result = Chalkboard.real.linearFormula(1, 3, 2, 5); // Returns 2 Copy
const result = Chalkboard.real.linearFormula(1, 3, 2, 5); // Returns 2
Solves a linear equation.