User Portlet User Portlet

Discussions
Whatever floating point model Mathematica is using, the following should never happen: In[16]:= 1. > 1. - 10.^-14 Out[16]= False In[17]:= 0. > -10.^-14 Out[17]= True To be clear, we are way in the numerical...