I'm looking for double round for Qt, but not lucky. qRound only round to int.
I want round function like in postgresql
select round(2.5275862068965517, 2); //2.53
I'm looking for double round for Qt, but not lucky. qRound only round to int.
I want round function like in postgresql
select round(2.5275862068965517, 2); //2.53
Bookmarks