Re: R: [GENERAL] round(x) function

2010-03-26 Thread Tom Lane
"Gaietti, Mauro \(SELEX GALILEO Guest, Italy\)" writes: > I think this is not consistent with documentation that says there is > just one round function, with one argument of numeric type. The documentation you're quoting says there is just one round function that takes *two* arguments. Which i

R: [GENERAL] round(x) function

2010-03-26 Thread Gaietti, Mauro (SELEX GALILEO Guest, Italy)
I think this is not consistent with documentation that says there is just one round function, with one argument of numeric type. It seems there is at least 2 different round functions with two different behaviours. One for float4/float8 that "round to nearest even" and another one for numeric t