Well, just wanted to point out, that you shouldn't mix parseInt() and parseFloat(). That JavaScript lacks of integer calculation is a pity, but every language's got its downsides.
On Feb 27, 7:36 pm, Mark Hahn <[email protected]> wrote: > I always use Math.round(), Math.floor() and Math.ceil(). Trusting > anything else taxes my memory and is less readable. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
