You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to setup mappings as simple equations
a = (b +c) * 3
a -= 2 * b + 5
or maybe:
a.map(b, scale=-10, offset=4)
The pain point is now primarily that creating variables in scopes for simply inverting the sign of another variable before mapping is quite cumbersome.
Supporting units and operations between units will be simpler if scaling and offset could be added to mappings.
The text was updated successfully, but these errors were encountered:
It would be great to be able to setup mappings as simple equations
a = (b +c) * 3
a -= 2 * b + 5
or maybe:
a.map(b, scale=-10, offset=4)
The pain point is now primarily that creating variables in scopes for simply inverting the sign of another variable before mapping is quite cumbersome.
Supporting units and operations between units will be simpler if scaling and offset could be added to mappings.
The text was updated successfully, but these errors were encountered: