On Tue, 18 Oct 2005, Earl F. Glynn wrote:

> Whis is there a .Machine$sizeof.longdouble but no .Machine$sizeof.double?
>

sizeof(double) is always 8 and sizeof(int) is always 4, because R requires 
the IEEE/IEC standard arithmetic types.  R will not compile with any other 
sizes.

        -thomas

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to