3
4

2 回答 2

5

See that small e in the middle? Google Sheets is treating this as a number in exponent form. i.e.

52489 x 10^882967060200000283

Probably less than the number of subatomic particles in the known universe, but close enough to infinity not to matter.

Edit: Actually, the number of atoms in the known universe is estimated to be about 1 x 10^82, so this is slightly larger...

于 2013-11-13T02:18:46.420 回答
1

I remember that mongo objectID is in hexadecimal. So the e actually means 14. But google mistakenly treat it as a exponential.

Source: https://docs.mongodb.com/manual/reference/method/ObjectId/

于 2016-08-03T03:01:24.703 回答