map [0..1] to min..max logarithmically min and max must be all > 0, t in [0..1] Note: you can totally have a max that is smaller than min. In this cases, the range mapped with more accuracy are still small values.
See Implementation
map [0..1] to min..max logarithmically min and max must be all > 0, t in [0..1] Note: you can totally have a max that is smaller than min. In this cases, the range mapped with more accuracy are still small values.