Calculates the slope of a vector.

// Returns 1.5
const m = Chalkboard.vect.slope(Chalkboard.vect.init(2, 3));