Hello guys
Is there a map function alternative that can output floating numbers?
Hello guys
Is there a map function alternative that can output floating numbers?
fmap?
If you want 2 decimals then map into 100 times the desired range and divide the result by 100.
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.