Calculates the slope of a 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));
The vector
Calculates the slope of a vector.
Example