Results 1 to 2 of 2

Thread: formula conversion for ceclius to farhenait?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566

    formula conversion for ceclius to farhenait?

    i need that formula and also i need to convert cm-->inches

    thnks
    Come and get our ISDN CallerID http://www.3wm.biz

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    Code:
    Function toC(F as double) as double
       toC = (5/9)*(F-32)
    end Function
    Function toF(C as double) as double
         toF = ((9/5)*C)+32
    End function
    inches = 2.54 * centimeters

Posting Permissions

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



Click Here to Expand Forum to Full Width