+ Reply to Thread
Results 1 to 1 of 1

Thread: What does toFixed(2) mean in javascript?

  1. #1
    goldy300's Avatar
    goldy300 is offline x10Hosting Member goldy300 is an unknown quantity at this point
    Join Date
    Jul 2008
    Location
    Australia
    Posts
    33

    What does toFixed(2) mean in javascript?

    I pretty much understand everything in this script but wasn't sure about what toFixed(2) ment???

    let me know!

    var distance = parseFloat(document.form1.distance.value);
    var fuel = parseFloat(document.form1.fuel.value);
    var cost = parseFloat(document.form1.cost.value);

    var totalcost = fuel * cost;
    var kmperl = distance / fuel;
    var perhunge = (fuel / distance) * 100;
    var mperg = (distance * 0.6214) / (fuel * 0.2642);
    document.write("<center><h2>And the winner is...</h2>");
    document.write("The total cost of the trip was <b>$" + totalcost.toFixed(2) + "</b><br>The total kilometres travelled per litre was <b>" + kmperl.toFixed(2) + "kms</b><br>The total litres consumed per 100km's was <b>" + perhunge.toFixed(2) + " litres</b><br>The miles per gallon were <b>" + mperg.toFixed(2) + " miles/gallon</b>.</center>");

    Thanks.
    Edit:
    Never mind...

    The toFixed() method rounds the Number to the specified number of decimal places.
    Last edited by goldy300; 10-04-2008 at 06:56 AM. Reason: Automerged Doublepost

+ Reply to Thread

Similar Threads

  1. Making a site JavaScript dependent - pros/cons?
    By Tarzan in forum Programming Help
    Replies: 8
    Last Post: 07-11-2008, 10:08 AM
  2. drop down menus with JavaScript disabled?
    By sifaka in forum Free Hosting
    Replies: 1
    Last Post: 05-15-2008, 10:46 AM
  3. javascript and external javascript files problem
    By delon in forum Programming Help
    Replies: 6
    Last Post: 04-27-2008, 12:41 AM
  4. A question about javascript files
    By rlodge in forum Programming Help
    Replies: 6
    Last Post: 12-19-2007, 11:26 AM
  5. XML and Javascript
    By cuteboytm in forum Graphics & Webdesign
    Replies: 1
    Last Post: 09-21-2007, 10:00 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers