I'm very confused. In R I type
print(pi,20)
and I get this output
3.141592653589793116
The last 3 digts 116
should be 238
. How can that be?
Also, is it possible to get more digits of pi in R ?
I'm very confused. In R I type
print(pi,20)
and I get this output
3.141592653589793116
The last 3 digts 116
should be 238
. How can that be?
Also, is it possible to get more digits of pi in R ?