Map function with decimals?

Hello guys

Is there a map function alternative that can output floating numbers?

fmap?

1 Like

If you want 2 decimals then map into 100 times the desired range and divide the result by 100.

1 Like

All map functions just implement the standard linear equation
y = mx + b
You can code it.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.