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

Search results for query: *

  • Users: jn196
  • Order by date
  1. jn196

    floor w/ and w/o units gives different results

    Because of this type of rounding issues, well known in programming, when trimming a number, say X, we use X + epsilon instead. Mathcad's TOL = 0.001 works as epsilon, and to simplify consider the alternative function jfloor(X) = floor(abs(X) + TOL)* sign(X) We keep these sort of things in a...

Part and Inventory Search

Back
Top