Search:

Type: Posts; User: ggx7

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    1,765

    Re: Question about math.pow and math.sqrt

    How about finding the cube root? I realize you will obviously need math.pow (basenumberhere, ____), because if you get the square root 0.5, would it be 0.25? because if you're taking the cube root,...
  2. Replies
    7
    Views
    1,765

    Re: Question about math.pow and math.sqrt

    Thank you muganmbbo! So was I correct that if I DID want to find the square root WITH the math.pow, I could multiply the base number by 0.5 to find the square root yes? Because that does make sense...
  3. Replies
    7
    Views
    1,765

    Re: Question about math.pow and math.sqrt

    Thank you for replying, I apologize for not being clear. Is this a legitimate way to find the square root with math.pow? let's say we have x, therefore math.pow(x, 0.5) would find the square root...
  4. Replies
    7
    Views
    1,765

    Question about math.pow and math.sqrt

    Ok, I get confused about math.pow, and how it has something to do with 0.5 or 1/2? but my teacher keeps saying be wary of integer by integer division. I was getting so nervous about the concept...
Results 1 to 4 of 4