User Portlet User Portlet

Discussions
Hi all, The behaviour of BitShiftRight applied to a list changes when the list length exceeds 100000: In[41]:= u0 = ConstantArray[1234, 100000]; u1 = ConstantArray[1234, 100001]; In[47]:= v0 = BitShiftRight[u0, 4]; v1 =...