- #1
SLSCoder
- 4
- 0
I have a number, the high, that could be positive, negative or zero and can be a fraction.
I have another number, the low, that could also be positive, negative or zero and can be a fraction.
I have another number, the variable that is between the high and the low.
It is safe to say that the high is greater than the low.
I need to represent the high as 1 and the low as -1.
Then I need to determine what the variable value would be (between 1 and -1).
How can I solve this?
I have another number, the low, that could also be positive, negative or zero and can be a fraction.
I have another number, the variable that is between the high and the low.
It is safe to say that the high is greater than the low.
I need to represent the high as 1 and the low as -1.
Then I need to determine what the variable value would be (between 1 and -1).
How can I solve this?