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}$?
2026-04-13 19:26:31.1776108391
What is the meaning of this number displayed in my R environment?
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1

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.