>Can anyone tell me if there is a way to get the Nth root of a double with >the linux libraries? It doesn't seem there is a way to do this using >the standard C math library -- perhaps I'm wrong? The C library <math.h> has function pow(x,n) which returns x to the power of n. You can pass 1/n to it to get the nth root. regards Anjali. ([EMAIL PROTECTED]) ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
- Nth root Chris R. Jones
- anjali gupta