On Mon, Mar 29, 2010 at 01:56:14PM +0200, Roger Bergande wrote:
...
> The passed values are not the same in C. I 'm calling a function in C
> with the argument as.double(1204.245) but in the debug mode in C the
> value has changed to 1204.2449.
I do not see this value printed in the e
Thank you Ducan
I'm sorry I wasen't thinking about floating point arithmetic. My
problem has nothing to do with the interface.
Same rounding in R directly..
Thanks for the hint.
Roger
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/li
On 29/03/2010 7:56 AM, Roger Bergande wrote:
-- Forwarded message --
From: roger.berga...@swisslife.ch
Date: Mon, 29 Mar 2010 13:51:12 +0200
Subject: .Call and .C arguments
To: berga...@gmail.com
Dear List
My question is about .C and .Call
I was experimenting with the .C an
-- Forwarded message --
From: roger.berga...@swisslife.ch
Date: Mon, 29 Mar 2010 13:51:12 +0200
Subject: .Call and .C arguments
To: berga...@gmail.com
Dear List
My question is about .C and .Call
I was experimenting with the .C and .Call interface as I came across the
followin