Re: Is this a bug ? 1/N[Range[3]] = crash
- To: mathgroup at smc.vnet.net
- Subject: [mg121453] Re: Is this a bug ? 1/N[Range[3]] = crash
- From: Simon <simonjtyler at gmail.com>
- Date: Thu, 15 Sep 2011 04:42:17 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j4prb8$fjp$1@smc.vnet.net>
- Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
I don't get that behavior in either a 7.0.1 or a 8.0.1 in a 64 bit Linux install. I don't have, so can't test version 7.0.0 :~$ math8 Mathematica 8.0 for Linux x86 (64-bit) Copyright 1988-2011 Wolfram Research, Inc. In[1]:= 1 / N[Range[3]] Out[1]= {1., 0.5, 0.333333} In[2]:= 1.0 / N[Range[3]] Out[2]= {1., 0.5, 0.333333} In[3]:= :~$ math7 Mathematica 7.0 for Linux x86 (64-bit) Copyright 1988-2009 Wolfram Research, Inc. In[1]:= 1 / N[Range[3]] Out[1]= {1., 0.5, 0.333333} In[2]:= 1.0 / N[Range[3]] Out[2]= {1., 0.5, 0.333333} In[3]:= $Version Out[3]= 7.0 for Linux x86 (64-bit) (February 18, 2009) In[4]:= $ReleaseNumber Out[4]= 1