You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Numerics/Complex.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -246,11 +246,11 @@
246
246
<formattype="text/markdown"><![CDATA[
247
247
248
248
## Remarks
249
-
The absolute value of a complex number is equivalent to its <xref:System.Numerics.Complex.Magnitude%2A> property. The absolute value of a real number a + bi is calculated as follows:
249
+
The absolute value of a complex number is equivalent to its <xref:System.Numerics.Complex.Magnitude%2A> property. The absolute value of a complex number a + bi is calculated as follows:
250
250
251
-
- If b = 0, the result is 0.
251
+
- If b = 0, the result is a.
252
252
253
-
- If a > b, the result is a *<xref:System.Math.Sqrt%2A?displayProperty=nameWithType>(1 + b<sup>2</sup>/a<sup>2</sup>).
253
+
- If a > b, the result is a *<xref:System.Math.Sqrt%2A?displayProperty=nameWithType>(1 + b<sup>2</sup>/a<sup>2</sup>).
254
254
255
255
- If b > a, the result is b * <xref:System.Math.Sqrt%2A?displayProperty=nameWithType>(1 + a<sup>2</sup>/b<sup>2</sup>).
0 commit comments