Hey there,
I need to write an expression that will assign values to a sequence of ratios (2:1) so, e.g. 2, 4, 8, 16, 32. How would I make a function that would convert 2 into 1, 4 into 2, 8 into 3 and so on? I need to do this for numbers reaching into the thousands.
Cheers!
-James