Changes

Jump to navigation Jump to search
Created page with "<div style="font-size:30px">'''ROOTNTH(ToRoot,Number)'''</div><br/> where, *<math>ToRoot</math> is the nth root value to be found out of a given number, *<math>Number</math> i..."
<div style="font-size:30px">'''ROOTNTH(ToRoot,Number)'''</div><br/>
where,
*<math>ToRoot</math> is the nth root value to be found out of a given number,
*<math>Number</math> is any real number. The number can be positive or negative.

==Description==
*This function gives the nth (mentioned) root value of a given number.
*A nth root is the number that multiplies by itself n times.
*For example ROOTNTH(3,-27)=ROOTNTH(-3*-3*-3)= -3.
*This function will return the result as NaN when the given number as Non-numeric.

==Examples==
#ROOTNTH(2,16) = 4
#ROOTNTH(5,1600) = 4.3734482957731124
#ROOTNTH(3,-125) = -5
#ROOTNTH(4,-64) = 0-ⅈ2.8284271247461903

==See Also==
*[[Manuals/calci/SQRT | SQRT ]]
*[[Manuals/calci/POWER | POWER]]
*[[Manuals/calci/FOURTHROOT | FOURTHROOT ]]

==References==
[http://www.mathsisfun.com/numbers/cube-root.html Cube Root]




*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
2,661

edits

Navigation menu