Let's say I got an array of several numbers, I know the highest one is $115$ (for example) and the lowest one is $9$. I want to turn a middle number into a decimal value in a exponential way.
For example
Highest value: $115$
Lowest value: $9$
$9 = 0.1$ (lowest decimal)
$115 = 1.0$ (highest decimal)
$67 = 0.$??
How would be the formula for this? I'm sorry if the question is a little dumb.