Difference between revisions of "Manuals/calci/NTHROOT"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 18: Line 18:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|v=o8sueYG7kbk|280|center|Nth}}
+
{{#ev:youtube|v=o8sueYG7kbk|280|center|Nth Root}}
  
 
==See Also==
 
==See Also==

Latest revision as of 16:02, 25 January 2019

NTHROOT(Value,ToRoot)


where,

  • is any real number. The number can be positive or negative.
  • is the nth root value to be found out of a given number.

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 NTHROOT(125,3)=NTHROOT(5*5*5)= 5.
  • This function will return the result as NaN when the given number as Non-numeric.

Examples

  1. NTHROOT(64,2) = 8
  2. NTHROOT(525,5) = 3.4997084062277275
  3. NTHROOT(-125,3) = -5
  4. NTHROOT(444,4) = 4.590349388195356

Related Videos

Nth Root

See Also

References

Cube Root