Asked by mark
high=10
low=5
value=8
what is the formula to identify where 'value' is relative to the high and low (range)
low=5
value=8
what is the formula to identify where 'value' is relative to the high and low (range)
Answers
Answered by
bobpursley
There is no formula. 8 is closer to high than low.
Answered by
mark
try...
value = low + ((high - low)(x%))
value = low + ((high - low)(x%))
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.