mxmauro wrote: > i get best results converting values to floating points and then rounding the result: Integer arithmetic is always faster then float point. And it makes no sense to convert something into float just to do 2 operations. MulDiv is specifically made for that.