Back to Intellij Community

NonReproducibleMathCall

java/java-impl/resources/inspectionDescriptions/NonReproducibleMathCall.html

2025.3-rc-2213 B
Original Source

Reports calls to java.lang.Math methods, which results are not guaranteed to be reproduced precisely.

In environments where reproducibility of results is required, java.lang.StrictMath should be used instead.