We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bc26b commit f1de09fCopy full SHA for f1de09f
lib/node_modules/@stdlib/math/base/special/cinv/README.md
@@ -24,6 +24,12 @@ limitations under the License.
24
25
<section class="intro">
26
27
+The inverse of a non-zero complex number `z = a + bi` is defined as
28
+
29
+<!-- <equation class="equation" label="eq:complex_inverse" align="center" raw="{\frac {1}{z}}=\frac{\bar{z}}{z{\bar{z}}} = \frac{a}{a^{2}+b^{2}} - \frac{b}{a^2+b^2}i." alt="Complex Inverse" > -->
30
31
+<!-- </equation> -->
32
33
</section>
34
35
<!-- /.intro -->
0 commit comments