This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

URGANT:::::sine wave inverted

hi.
i need code for sine wave inverted.
plz send the code immediatly.

Parents
  • "just put a '-' in front ..."

    That makes the wave go right-to-left instead of left-to-right. That is, it changes the direction of the X-axis.

    If you want to change the direction of the Y-axis, just put a '~' in front of your code that makes the sine wave. To save compile and link time, I'd just simply turn the screen upside down.

Reply
  • "just put a '-' in front ..."

    That makes the wave go right-to-left instead of left-to-right. That is, it changes the direction of the X-axis.

    If you want to change the direction of the Y-axis, just put a '~' in front of your code that makes the sine wave. To save compile and link time, I'd just simply turn the screen upside down.

Children