Difference between revisions of "Manuals/calci/ROOTNTH"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 14: Line 14:
 
#ROOTNTH(5,1600) = 4.3734482957731124
 
#ROOTNTH(5,1600) = 4.3734482957731124
 
#ROOTNTH(3,-125) = -5
 
#ROOTNTH(3,-125) = -5
#ROOTNTH(4,-64) = 0-ⅈ2.8284271247461903
+
#ROOTNTH(4,-64) = 0+2.82842712474619ⅈ
  
 
==Related Videos==
 
==Related Videos==

Latest revision as of 03:20, 21 September 2020

ROOTNTH(ToRoot,Number)


where,

  • is the nth root value to be found out of a given number,
  • 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

  1. ROOTNTH(2,16) = 4
  2. ROOTNTH(5,1600) = 4.3734482957731124
  3. ROOTNTH(3,-125) = -5
  4. ROOTNTH(4,-64) = 0+2.82842712474619ⅈ

Related Videos

ROMAN

See Also

References

Cube Root