Thread: Sqrt()

  1. #31
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154
    Never been taught it yet :-p

  2. #32
    Registered User Bajanine's Avatar
    Join Date
    Dec 2001
    Location
    The most peaks over 10,000 feet!
    Posts
    396
    Favorite Quote:

    >For that reason someone invented C++.
    BLASPHEMY! Begone from my C board, you foul lover of objects, before the gods of C cast you into the void as punishment for your weakness! There is no penance for saying such things in my presence. You are henceforth excommunicated. Never return to this house, filthy heretic!



  3. #33
    it's easier to learn trig from a teacher than from the internet. Most internet sites make you jump into it really quickly, where a teacher will make sure you learn the basics b4 going into the hard stuff. At least, if they are any good .

    I thought distance formula was this:
    Code:
    sqrt((x2-x1)^2 + (y2-y1)^2)
    .

  4. #34
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154
    i was told my way by a very clever person :-p

  5. #35
    ask him how his way works, and then tell me. you may be trying to do something differently than I think you are. In math, there are always a million ways to do one thing.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 06-01-2006, 04:37 PM
  2. sqrt() function help
    By willc0de4food in forum C Programming
    Replies: 5
    Last Post: 03-14-2005, 09:07 PM
  3. SQRT Mystery...
    By KneeLess in forum C Programming
    Replies: 7
    Last Post: 03-23-2004, 07:49 AM
  4. sqrt
    By modec in forum C Programming
    Replies: 3
    Last Post: 04-16-2003, 07:19 AM
  5. how sqrt ?
    By sambs1978 in forum C Programming
    Replies: 3
    Last Post: 09-20-2001, 08:14 AM