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