Number

If the above frame’s content is blocked by DevDocs/cookie boilerplate, the likely cause is a browser privacy extension blocking third-party cookies. Use any of these workarounds:

  • Select JavaScript / Number from the search box, then dismiss the cookie messages.
  • Open this page in an incognito/private browsing window, or in a different browser.
  • Go directly to the embedded page: https://devdocs.io/javascript-number/.

Cribl Stream’s JavaScript implementation can safely represent integers only up to the Number.MAX_SAFE_INTEGER constant of about 9 quadrillion (precisely, {2^53}‑1). Cribl Stream will round down any integer larger than this in logs, Data Preview, and other contexts. Trailing 0’s might indicate such rounding down of large integers.