How can I convert “percents” of progress into multipliers? That is, progress= a*b, but percents assume a+b.
For example, if progress is 23 times, and 65 percent of it is a, how many times is it?
You would do it in log space (or geometrically). For your example, the answer would be 230.65≈7.67.
How can I convert “percents” of progress into multipliers? That is, progress= a*b, but percents assume a+b.
For example, if progress is 23 times, and 65 percent of it is a, how many times is it?
You would do it in log space (or geometrically). For your example, the answer would be 230.65≈7.67.