Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. StefanOfMontreal

    Rounding Problem

    Thank all of you for your opinon. I'm not so sure there is still an issue in my case since we were dealing with $$ and then I was asked to round based on the 3rd (forgetting the 4th) decimal and then chop the 2 digits after the dot. I guess my boss was feeling grumpy that day or I did confused...
  2. StefanOfMontreal

    getting calculated value from another function

    Hello Rich.. I just modified a bit your HTML page like this <a href='javascript:revisedtotal2();alert(estimate)'> and the alert gave me 80. Would you please give more details of your problem ? Good Luck! Stef
  3. StefanOfMontreal

    Rounding Problem

    Hello, I am facing a problem when I try to round 1.8445 to 2 decimal. Every where they tell you to perform Math.round(1.8445*100)/100 wich is Math.round(184.45)=184 and 184/100=1.84 well where I went to school they always said that if you want to round such a number you would start rounding by...

Part and Inventory Search

Back
Top