Skip to content
Prev 58150 / 63424 Next

rounding change

Thanks for the heads up. The new result for round(51/80, digits=3) is 
also consistent with sprintf("%.3f", 51/80), format(51/80, digits=3), 
print(51/80, digits=3), and with the sprintf() function in C. Which is 
somehow satisfying.

H.
On 3/5/20 05:54, Therneau, Terry M., Ph.D. via R-devel wrote: