Skip to content
Prev 44601 / 63421 Next

C function, double problem

Hello,

The double in R and the double in C are the same type, with the same 
number of decimals (64 bits), so it's not because the numbers are too long.
Try calling .C("function", other parameters, result = double(quantity)).
Or maybe the error is in the C code, of which we know nothing about.

Rui Barradas
Em 08-12-2012 02:26, mpietro escreveu: