MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ToExpression again

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82402] Re: ToExpression again
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 19 Oct 2007 05:03:29 -0400 (EDT)
  • References: <ff78om$o1b$1@smc.vnet.net>

Hi,

you *have* 1.23456789
and there is no way to get
anything else than 1.23456789 from

ToExpression["1.23456789"]

just try InputFrom[ToExpression["1.23456789"]]

Regards
   Jens

nils wrote:
> Hello,
> 
> when I evaluate
> 
> ToExpression["1.23456789"]
> 
> the result is
> 
> 1.23457
> 
> What do I have to do to get the result
> 
> 1.23456789 (that is with all the digits)?
> 
> Thanx to everybody who has an idea..
> Nils
> 
> 


  • Prev by Date: WebMathematica and 6.0 problems
  • Next by Date: Re: ToExpression again
  • Previous by thread: Re: ToExpression again
  • Next by thread: Re: ToExpression again