Whenever I work on a JavaScript program, I always run into problem working
with numbers. Either assessing the value, performing math or manipulating the
look/format of the number. Quite often, I found myself re-creating the same
code time and time again because life is rarely so simply as 2 + 2.
While JavaScript has a lot of internal math functions through the Math() object,
there are still things we need to do in the real world that it doesn't cover.
That is what this library is for.
This library is for manipulating numbers in a way that is not commonly seen
other ways. The only duplicate method you will find is integer() and that's
only because of chiding I received for not putting it in the first time.
Happy Dave? As well, a couple of these CAN be done with existing methods but
my version is a lot easier to remember.
This library was developed for the purpose of formatting number values, not
performing math functions per se.
Supported Browsers: Opera 6+, Firefox 1.5+, Netscape 7.0, IE 5.5+ (Possibly some builds of IE5.0)