File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -872,8 +872,8 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`.
872
872
</Parameters>
873
873
<Docs>
874
874
<param name="x">The value to be bitwise decremented.</param>
875
- <summary>Decrements a value to the smallest value that compares less than a given value.</summary>
876
- <returns>The smallest value that compares less than <paramref name="x" />.</returns>
875
+ <summary>Returns the largest value that compares less than a specified value.</summary>
876
+ <returns>The largest value that compares less than <paramref name="x" />.</returns>
877
877
<remarks>To be added.</remarks>
878
878
<inheritdoc cref="M:System.Numerics.IFloatingPointIeee754`1.BitDecrement(`0)" />
879
879
</Docs>
@@ -910,7 +910,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`.
910
910
</Parameters>
911
911
<Docs>
912
912
<param name="x">The value to be bitwise incremented.</param>
913
- <summary>Increments a value to the smallest value that compares greater than a given value.</summary>
913
+ <summary>Returns the smallest value that compares greater than a specified value.</summary>
914
914
<returns>The smallest value that compares greater than <paramref name="x" />.</returns>
915
915
<remarks>To be added.</remarks>
916
916
<inheritdoc cref="M:System.Numerics.IFloatingPointIeee754`1.BitIncrement(`0)" />
Original file line number Diff line number Diff line change @@ -870,8 +870,8 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`.
870
870
</Parameters>
871
871
<Docs>
872
872
<param name="x">The value to be bitwise decremented.</param>
873
- <summary>Decrements a value to the smallest value that compares less than a given value.</summary>
874
- <returns>The smallest value that compares less than <paramref name="x" />.</returns>
873
+ <summary>Returns the largest value that compares less than a specified value.</summary>
874
+ <returns>The largest value that compares less than <paramref name="x" />.</returns>
875
875
<remarks>To be added.</remarks>
876
876
<inheritdoc cref="M:System.Numerics.IFloatingPointIeee754`1.BitDecrement(`0)" />
877
877
</Docs>
@@ -908,7 +908,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`.
908
908
</Parameters>
909
909
<Docs>
910
910
<param name="x">The value to be bitwise incremented.</param>
911
- <summary>Increments a value to the smallest value that compares greater than a given value.</summary>
911
+ <summary>Returns the smallest value that compares greater than a specified value.</summary>
912
912
<returns>The smallest value that compares greater than <paramref name="x" />.</returns>
913
913
<remarks>To be added.</remarks>
914
914
<inheritdoc cref="M:System.Numerics.IFloatingPointIeee754`1.BitIncrement(`0)" />
You can’t perform that action at this time.
0 commit comments