|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: How to write a "proper" math document
Next by Date:
Re: Numerical accuracy/precision - this is a bug or a feature?
Previous by thread:
Re: FullSimplify TransformedDistribution
Next by thread:
Re: Bug 1+4/10
|