Calculates the complex logarithm of a complex number.

// Returns 1.6094 + 0.9828i (approximate)
const log = Chalkboard.comp.ln(Chalkboard.comp.init(3, 4));