Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/floating-point-equality.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

> [!IMPORTANT]
> When rounding midpoint values, the rounding algorithm performs an equality test. Because of problems of binary representation and precision in the floating-point format, the value returned by the method can be unexpected. For more information, see ["Rounding and precision"](xref:System.Math.Round%2A#rounding-and-precision).
> When rounding midpoint values, the rounding algorithm performs an equality test. Because of problems of binary representation and precision in the floating-point format, the value returned by the method can be unexpected. For more information, see ["Rounding and precision"](/dotnet/api/system.math.round#rounding-and-precision).