MathGroup Archive 2008

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

Search the Archive

Re: Is there a simple way to transform 1.1 to 11/10?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93001] Re: Is there a simple way to transform 1.1 to 11/10?
  • From: Steven Siew <stevensiew2 at gmail.com>
  • Date: Wed, 22 Oct 2008 05:40:22 -0400 (EDT)
  • References: <gdkajv$4r2$1@smc.vnet.net>

Alain,

  You can do this

Rationalize[1.1]
11/10

Rationalize[1.000000001,1*^-5]
1

  Is this what you wanted?


  • Prev by Date: Re: Is there a simple way to transform 1.1 to 11/10?
  • Next by Date: How to write some texts to a existed notebook
  • Previous by thread: Re: Is there a simple way to transform 1.1 to 11/10?
  • Next by thread: Re: Is there a simple way to transform 1.1 to 11/10?