Complex.prototype.inverse

Returns the multiplicative inverse of the complex number.

Syntax

inverse()

Return value

A complex number.

Examples

(2+I).inverse()
0.4-0.2*I