|
[Date Index]
[Thread Index]
[Author Index]
creating exact numbers, strange behavior
- To: mathgroup at smc.vnet.net
- Subject: [mg52960] creating exact numbers, strange behavior
- From: Matthias Gottschalk <gottschalk at gfz-potsdam.de>
- Date: Sat, 18 Dec 2004 03:59:33 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I try to convert machine number into an exact number. I do this the
following way:
In[] = Quotient[7.*10^30,10^30]
Out[] = 7
that is fine.
In[] = Quotient[7.*10^99, 10^99]
Out[] = 7
still fine.
In[] = Quotient[7.*10^100,10^100]
Out[] = 6
????????, I think that is bad.
Or am I doing something wrong?
--
PD Dr. Matthias Gottschalk
GeoForschungsZentrum
Projektbereich 4.1
Telegrafenberg
14473 Potsdam
Germany
tel/fax +49 (0) 331 288-1418/1402
Prev by Date:
Re: Many keys not working under Linux Mandrake 10.1
Next by Date:
Re: Apart's loss of functionality in 5.1
Previous by thread:
Re: Re: Mathematica language issues
Next by thread:
Re: creating exact numbers, strange behavior
|