Is there a “normal” EqualQ function in Mathematica?
问题 On the documentation page for Equal we read that Approximate numbers with machine precision or higher are considered equal if they differ in at most their last seven binary digits (roughly their last two decimal digits). Here are examples (32 bit system; for 64 bit system add some more zeros in the middle): In[1]:= 1.0000000000000021 == 1.0000000000000022 1.0000000000000021 === 1.0000000000000022 Out[1]= True Out[2]= True I'm wondering is there a "normal" analog of the Equal function in