eve-native
eve-native copied to clipboard
Order of operations issue
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.