Calculates the slope of a vector.
The vector
// Returns 1.5const m = Chalkboard.vect.slope(Chalkboard.vect.init(2, 3)); Copy
// Returns 1.5const m = Chalkboard.vect.slope(Chalkboard.vect.init(2, 3));
Calculates the slope of a vector.