In my new Qt application, I used QML items. But in minus operator, javascript function does not subtract correctly.
When running this code:
console.log( "4.1 - 4 ==> " + (4.1 - 4))
the result is like this:
qml: 4.1 - 4 ==>0.09999999999999964
In my new Qt application, I used QML items. But in minus operator, javascript function does not subtract correctly.
When running this code:
console.log( "4.1 - 4 ==> " + (4.1 - 4))
the result is like this:
qml: 4.1 - 4 ==>0.09999999999999964