Skip to content

Commit 495a3be

Browse files
committed
Add parentheses
1 parent af30696 commit 495a3be

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/cinv

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/cinv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
2525
<section class="intro">
2626

27-
The inverse or reciprocal of a non-zero complex number `z = a + bi` is defined as
27+
The inverse (or reciprocal) of a non-zero complex number `z = a + bi` is defined as
2828

2929
<!-- <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" > -->
3030

0 commit comments

Comments
 (0)