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
Taking for example the sin function which takes an argument.
I want to be able to evalue 24sin as sin(24), basically taking lhs as the argument for my function.
Creating the operator with custom token and the relation to multiply is easy but there is no documentation on how to add functionnalities to existing functions.
It seems that maybe a rewrite rule should be used ?