Calculates the complex logarithm of a complex number.
// Returns 1.6094 + 0.9828i (approximate)const log = Chalkboard.comp.ln(Chalkboard.comp.init(3, 4)); Copy
// Returns 1.6094 + 0.9828i (approximate)const log = Chalkboard.comp.ln(Chalkboard.comp.init(3, 4));
The complex number
Calculates the complex logarithm of a complex number.
Example