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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by HypoThermia

  1. HypoThermia

    Is there an abs method for Doubles?

    What you're looking for is this: Math.abs((a-b)/c) If c is zero then you won't get an execption. Instead your comparison will always return false. This is because the result is Nan (Not a Number) and comparisons always return false. Because of this you might get some "silent errors&quot...

Part and Inventory Search

Back
Top