I'm trying to store a numeric value into a variable.
x <- 1.124600011
This however gives me the following
x [1] 1.1246
Also storing it as numeric value does not work. Any thought on how I can store all the decimals?
I'm trying to store a numeric value into a variable.
x <- 1.124600011
This however gives me the following
x [1] 1.1246
Also storing it as numeric value does not work. Any thought on how I can store all the decimals?