Re: [Rd] round(x, dig) [was "Development version of R fails tests .."]

2020-02-17 Thread Steven Dirkse
Martin, Yes, this subject of rounding is quite fascinating when one realizes that we round a binary representation to a value expressed via a decimal representation, but then store this value as a binary. It's also very interesting to note that there seems to be little consensus on what correct b

Re: [Rd] NA in doc for options(matprod="default")

2020-02-17 Thread Tomas Kalibera
On 2/17/20 6:18 PM, Serguei Sokol wrote: Le 17/02/2020 à 17:50, Tomas Kalibera a écrit : 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-

Re: [Rd] NA in doc for options(matprod="default")

2020-02-17 Thread Serguei Sokol
Le 17/02/2020 à 17:50, Tomas Kalibera a écrit : 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

Re: [Rd] NA in doc for options(matprod="default")

2020-02-17 Thread Tomas Kalibera
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 c

[Rd] NA in doc for options(matprod="default")

2020-02-17 Thread Serguei Sokol
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. N