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 af30696 commit 495a3beCopy full SHA for 495a3be
lib/node_modules/@stdlib/math/base/special/cinv/README.md
@@ -24,7 +24,7 @@ limitations under the License.
24
25
<section class="intro">
26
27
-The inverse or reciprocal of a non-zero complex number `z = a + bi` is defined as
+The inverse (or reciprocal) 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
0 commit comments