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