×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

[Programming] Condition problem

[Programming] Condition problem

[Programming] Condition problem

(OP)
Hi again,

The enclosed program selects the most appropriate pipe stub from a standard. Although the program works, it returns bad results.

For specified dimensions of pipe, it doesnt find the anticipated result and iterates till it runs out of arguments.

The condition d.2oprz+2*δ.2oprz=(boolean eq.)=d.zkróćca[k*mm for specified dimensions should be fulfilled at 11th iteration, but the loop does not exits.

Can any one help?  
Replies continue below

Recommended for you

RE: [Programming] Condition problem

I don't know how much math or programming you took in school, but surely, you realize that computers do not store decimal values exactly?   


Any decimal value you enter is stored as a binary floating point number per IEEE standard.  Therefore, unless you are using only integers, it would be exceeding unlikely to get an exact match for two seemingly identical decimal values.  If you do the actual math, you'll see that the values differ by 2.776E-17 mm.

Read "Lookup Functions" in the help files for how Mathcad does it for its internal lookup functions.  You need to determine a tolerance and program accordingly.   

TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Chinese prisoner wins Nobel Peace Prize

RE: [Programming] Condition problem

(OP)
Thanks for your feedback.
Your sarcasm is unnecessary, even if my knowleadge is bad.  

RE: [Programming] Condition problem

rrozz, your comment about sarcasm is no way to say thank you very much for someone's help.  Gee, you ask a technical question on a forum and 3.5 hours later you get a relevant answer.  The answer was prefaced with a statement that pretty much explained that he thought you already knew, but just in case, he went ahead to explain a possible cause anyways. Not everyone gets/deserves a trophy for participation.    

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members! Already a Member? Login



News


Close Box

Join Eng-Tips® Today!

Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.

Here's Why Members Love Eng-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close