@@ -1,2 +0,0 @@
def mapped_value(value, in_min, in_max, out_min, out_max):
return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min
The note is not visible to the blocked user.