Qt 6.11 is out! See what's new in the release
blog
Why is there no "bool qFuzzyCompare(double p1, double p2)" method in version 5.13
-
@canid what do you mean ?
double c(10.0); double b(10.1); qDebug() << qFuzzyCompare(c,b);returns false in 5.13.1
-
@j-hilk hi
This method is not available in the help documentation, nor in the editor. Is there no corresponding component installed -
@canid
it is
admittedly the wrong one came up (float instead of double) but theres no other difference