I'm looking for an approximation of the simple formula:
Result = (47-X)/X
For X = 1; result = 46
For X = 2; result = 22.5
For X = 3; result = 14.6
For X = 4; result = 10.75
For X = 5; result = 8.4
For X = 6; result = 6.8
I'd like to find an approximation that is easy and fast to calculate on the fly, it doesn't have to be accurate, the big ballpark is close enough.
Any idea is welcome and I do mean 'any'.
Thanks in advance,
Andy