What is the meaning of this number displayed in my R environment?

37 Views Asked by At

My question is really silly, I want to know what the meaning of this number displayed in my R environment, is it $2.2\times e^{-16}$?

1

There are 1 best solutions below

5
On BEST ANSWER

2.2e-16 means $ 2.2 \times 10^{-16}$. It is a shorthand convention for scientific notation hanging over, I think, originally from Fortran programming language.