★ wanayoo — archive 1999 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Numbers_and_datesNouvelle recherche | Portail wanayoo
mozilla
Your Search Results

    Numbers and dates

    This article is in need of a technical review.

    Numbers

    Numbers are, well, numbers, and they are implemented in JavaScript as such. All numbers are implemented in JavaScript as IEEE-754 doubles, which is a standard for defining floating-point numbers, allowing for up to 16 significant figures. This, incidentally, means that JavaScript has no integers. It also means that numbers will often behave strangely due to rounding off.

    Dates

    Document Tags and Contributors

    Contributors to this page: kscarfone, 4of92000
    Last updated by: kscarfone,