User Portlet User Portlet

Discussions
And one more inconsistency that arises from a bit raw Mathematica's attempts to become "Physica".In[]:= 0 Quantity[1, "m"] Out[]= Quantity[0, "Meters"] In[]:= 0 a /. a -> Quantity[1, "m"] Out[]= 0This can make troubles also. And I...