Skip to content

Commit 0bb5c05

Browse files
authored
Update BigInteger.xml (#10021)
1 parent fe0422c commit 0bb5c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics/BigInteger.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@ This method returns 0 if the value of current object is equal to <xref:System.Nu
22182218
> [!NOTE]
22192219
> Computing the greatest common divisor of very large values of `left` and `right` can be a very time-consuming operation.
22202220

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.
22222222

22232223

22242224

0 commit comments

Comments
 (0)