Hacker News new | ask | show | jobs
Ratio-Delta (github.com)
1 points by LLyaudet 1089 days ago
2 comments

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 :)