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:

> Hi,
> 
> I have a problem with R, after an update:
>  this piece of code:
> cat("creating resolver data frame\n");
> dfG<-cbind(dfG,2^(RGN$G))
> dfR<-cbind(dfR,2^(RGN$R))
> 
> suddenly, creates values to inf.
> Is the syntax changed for the ^ symbol in the latest R downloadable version?
> 
> Kind regards, wilfred

-- 
Spencer Graves, PhD
Senior Development Engineer
PDF Solutions, Inc.
333 West San Carlos Street Suite 700
San Jose, CA 95110, USA

[EMAIL PROTECTED]
www.pdf.com <http://www.pdf.com>
Tel:  408-938-4420
Fax: 408-280-7915

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to