I would like to do the following operation in my script:
1 - ((m - 20) / 34) I would like to assign the result of this operation to another variable. I want my script use floating point math. For example, for m = 34:
results = 1 - ((34 - 20) / 34) == 0.588