Calculates the scalar multiplication of a complex number.

// Returns 6 + 9i
const scaled = Chalkboard.comp.scl(Chalkboard.comp.init(2, 3), 3);