JavaScript Number Formatting Library v1.3 released

Download Number Formatting Library

I’ve updated my JavaScript Number Formatting Library to version 1.3. This release adds the ability to customize how not-a-number (NaN), positive infinity and negative infinity are formatted. All you need to do is set the appropriate constant in Number.prototype:

  • Number.prototype.NaN
  • Number.prototype.posInfinity
  • Number.prototype.negInfinity

For more documentation, see the original article on JavaScript number formatting.

Technorati Tags:, , , , , ,

You might also like:

  1. How to format numbers in JavaScript flexibly and efficiently
  2. JavaScript number-formatting library updated
  3. Javascript date parsing and formatting, Part 2
  4. JavaScript formatting library update
  5. JavaScript date parsing and formatting, Part 1

3 Responses to “JavaScript Number Formatting Library v1.3 released”


  1. 1 Navin

    Hi,
    the download link isn’t working …
    please check it out

  2. 2 Xaprb

    Fixed, thanks!

  3. 3 ritzenhoff

    Thx for this little nice library. It’s the small snippets that ease our life :D

Leave a Reply

Please do not use this blog to get help with problems or bugs in Maatkit or innotop: use the Sourceforge forums, mailing list, or bug trackers. If you're asking for help with MySQL, please use the MySQL mailing list instead. I'm writing a book and my time is extremely limited :-)