Search:

Type: Posts; User: bugsmashers

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,211

    Hi, You can try something like this. It is...

    Hi,
    You can try something like this. It is crude, but effective.

    roundedNumber = int (fabs(originalNumber) * 100 + 0.5) / 100
  2. Replies
    16
    Views
    16,629

    Hi, Thanks for all of the replies. I have...

    Hi, Thanks for all of the replies. I have figured out a solution based upon the first reply to this thread. I have 2 seperate nested loops. I think that all of you know more about coding than I...
  3. Replies
    16
    Views
    16,629

    Thanks, but the problem is detecting the change...

    Thanks, but the problem is detecting the change of the sign of Y, not cycling through the different values of X.
  4. Replies
    16
    Views
    16,629

    How to detect change in sign?

    Hi,

    I am having a problem detecting the change in sign. I need to determine the root of the equation y=mx+b.

    The key to making this work is to detect the change in the sign value of y as x is...
Results 1 to 4 of 4