logmap

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.

pure nothrow @nogc
T
logmap
(
T
)
(
T t
,
T min
,
T max
)

Meta