C#: Set the precision of cs/equality-on-floats to high.

This commit is contained in:
Michael Nebel
2025-04-28 11:45:12 +02:00
parent 8857f0d0f2
commit 2d6457e4d3

View File

@@ -5,7 +5,7 @@
* computation does not follow the standard rules of algebra.
* @kind problem
* @problem.severity warning
* @precision medium
* @precision high
* @id cs/equality-on-floats
* @tags reliability
* correctness