s-news
[Top] [All Lists]

[S] decimal points in Splus v5

To: S-News <s-news@wubios.wustl.edu>
Subject: [S] decimal points in Splus v5
From: Peter Perkins <peter@caliban.ucsd.edu>
Date: Tue, 29 Jun 1999 15:04:20 -0700
Organization: Southwest Fisheries Science Center
Sender: owner-s-news@wubios.wustl.edu
can anyone point me to documentation about how/why the new release of S
deals with decimal points in numbers that don't "need them"? that is, in
S-Plus v5.1, the expression 

   function() c(1, 1., 1.0, 1.1)

returns

   function()
   c(1, 1., 1., 1.1)

where v3.4 used to return

   function()
   c(1, 1, 1, 1.1)

should i care? i first noticed this while using convertOldLibrary(), but
i don't see mention of it anywhere in the green book or the manuals.

thanks.

- peter
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu.  To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message:  unsubscribe s-news

<Prev in Thread] Current Thread [Next in Thread>