3 comments

[ 5.1 ms ] story [ 21.9 ms ] thread
An unknown but somewhat common arithmetic operation
It makes more sense to me as (b-a)/b
Or 1 - (a/b) ;) The rational behind my choice of a/b - 1 is that it corresponds exactly to what I was asked to display in an accounting report and use it to filter some lines. I would be happy if you can elaborate why it makes more sense to you :)