Maths help for the terminally dim please


Results 1 to 13 of 13

Threaded View

  1. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    multiply your value for 1.333.

    Dammy var word

    YourValue var word

    NewValue var word


    Dammy = yourValue * 1333
    NewValue = DIV32 1000

    NewValue will contain the 4/4 from the 3/4 given in yourValue.

    or another way is

    multiply yourvalue by 4 and divide by 3
    Dummy = YourValue * 4000
    NewValue = DIV32 3000

    Cheers

    Al.
    Last edited by aratti; - 14th December 2010 at 17:08.
    All progress began with an idea

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts