onrdbandit
Programmer
Hello,
In my current project, I need to calculate decimal exponents. The ultimate goal is calculating Nth roots of numbers. The only methods I can find (Newton's Method and a thing working w/ Logs) both require the use of decimal exponents. These methods dont help any. To handle them, I have to calculate a decimal exponent, and if I could do this, I could simply calculate the root myself. But I dont know a function that allows for the raising of any number (preferably a double or a long double) to a non-integer power.
Does anyone know of a process or a function that can do this? I REALLY NEED THIS!
Thanks,
onrdbandit
In my current project, I need to calculate decimal exponents. The ultimate goal is calculating Nth roots of numbers. The only methods I can find (Newton's Method and a thing working w/ Logs) both require the use of decimal exponents. These methods dont help any. To handle them, I have to calculate a decimal exponent, and if I could do this, I could simply calculate the root myself. But I dont know a function that allows for the raising of any number (preferably a double or a long double) to a non-integer power.
Does anyone know of a process or a function that can do this? I REALLY NEED THIS!
Thanks,
onrdbandit