I am looking for a way to convert any number to a percentage in the following way:
- 1.00 is 50%
- numbers below 1.00 approach 0% logarithmically
numbers above 1.00 approach 100% logarithmically.
x > 0. So y needs to approach 0 as x becomes infinitely small on the positive side.
I'm sure this is simple to do, but I can't recall how to do it.