Calculates the subtraction of two complex numbers or functions.
The first complex number or function
The second complex number or function
// Returns 1 - 1iconst difference = Chalkboard.comp.sub(Chalkboard.comp.init(3, 2), Chalkboard.comp.init(2, 3)); Copy
// Returns 1 - 1iconst difference = Chalkboard.comp.sub(Chalkboard.comp.init(3, 2), Chalkboard.comp.init(2, 3));
Calculates the subtraction of two complex numbers or functions.