Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
4.8.3
-
Windows, MingW
Description
if qpow() is used in threaded application it returns different value in different thread.
If pow() is used with #include <QtCore/qmath.h> same behavior different value in different thread.
But if pow() is used with #include <math.h> it works as it should.