Results 1 to 2 of 2

Thread: Find nth root of a number

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2007
    Posts
    167

    Find nth root of a number

    To find the square root of a number we use Math.sqrt(x)
    but what if I want the nth root of a number? how do I find it?

    thx
    Im using Visual Studio 2008 Professional Edition
    .Net Framework 3.5

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Find nth root of a number

    use Math.Pow
    simple math
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

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