Skip to content
Prev 75476 / 398502 Next

question

What are RGN$G and RGN$R?

	  Consider the following:

 > .Machine$double.xmax
[1] 1.797693e+308
 > log(.Machine$double.xmax, base=2)
[1] 1024
 > 2^(log(.Machine$double.xmax, base=2)-1)
[1] 8.988466e+307
 > 2^log(.Machine$double.xmax, base=2)
[1] Inf

	  If you want something different from this, PLEASE do read the
posting guide! "http://www.R-project.org/posting-guide.html".  It may
help you formulate your question to increase the chances of getting a 
more useful reply.

	  Best Wishes,
	  spencer graves
WFJ van IJcken wrote: