Number conversion in Javascript

Posted by Vafello on Stack Overflow See other posts from Stack Overflow or by Vafello
Published on 2010-03-18T16:00:45Z Indexed on 2010/03/18 16:01 UTC
Read the original article Hit count: 220

Filed under:

I have a question concerning number conversion i JS. I have a number like 1613841.93424 (meters) and I would like it to convert to 1.6 km instead. What JS function should I use for that? Thanks.

© Stack Overflow or respective owner

Related posts about JavaScript