eve-native icon indicating copy to clipboard operation
eve-native copied to clipboard

Order of operations issue

Open cmontella opened this issue 8 years ago • 0 comments

width * value / (max - min) = 25 value / (max - min) * width = 0.002499999 min = 0 max =100 value = 25 width = 100

In the second expression, it looks like width is being divided instead of multiplied.

cmontella avatar Sep 04 '17 00:09 cmontella