Bug 1+4/10
- To: mathgroup at smc.vnet.net
- Subject: [mg120025] Bug 1+4/10
- From: "slawek" <slawek at host.pl>
- Date: Wed, 6 Jul 2011 05:40:16 -0400 (EDT)
Let check In[1]:= 1.4 == 1 + 4/10 Out[1]= True In[2]:= a = SetPrecision[1.4, 30] Out[2]= 1.39999999999999991118215802999 In[3]:= b = SetPrecision[1 + 4/10, 30] Out[3]= 1.40000000000000000000000000000 No comment is needed. slawek
- Follow-Ups:
- Re: Bug 1+4/10
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Bug 1+4/10
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: Bug 1+4/10