On 2/17/20 5:36 PM, Serguei Sokol wrote:
Hi,

A colleague of mine has spotted me a passage of the doc ?option talking about Inf and NaN check in 'matprod=default' section:
https://stat.ethz.ch/R-manual/R-devel/library/base/html/options.html

I am wondering if NA should be mentioned too as the check seems to include this "value" too. NA being different from Inf and NaN it is worth mentioning, isn't it?

Yes, NA is handled, too. NA is one of NaN values for the purpose of this text (and it is also implemented that way, see ?NaN).

Best
Tomas


Best,
Serguei.

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

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

Reply via email to