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/BigInteger.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2218,7 +2218,7 @@ This method returns 0 if the value of current object is equal to <xref:System.Nu
2218
2218
> [!NOTE]
2219
2219
> Computing the greatest common divisor of very large values of `left` and `right` can be a very time-consuming operation.
2220
2220
2221
-
The value returned by the <xref:System.Numerics.BigInteger.GreatestCommonDivisor%2A> method is always positive regardless of the sign of the `left` and `right` parameters.
2221
+
The value returned by the <xref:System.Numerics.BigInteger.GreatestCommonDivisor%2A> method is always positive (including zero) regardless of the sign of the `left` and `right` parameters.
0 commit comments