I need a function similar to Log but it should produce numbers between 0 and 1 Something like:
f(0)=0 f(1)=0.1 f(2)=0.15 f(3)=0.17 f(100)=0.8 f(1000)=0.95 f(1000000000)=0.99999999
I need this in my program that I am programming and I can use only standard functions like log, exp, etc... Any help would be appreciated.