Difference between revisions of "Manuals/calci/NTHROOT"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''NTHROOT(Value,ToRoot)'''</div><br/> where, *<math>Value</math> is any real number. The number can be positive or negative. *<math>ToRoot</math> ...") |
|||
Line 15: | Line 15: | ||
#NTHROOT(-125,3) = -5 | #NTHROOT(-125,3) = -5 | ||
#NTHROOT(444,4) = 4.590349388195356 | #NTHROOT(444,4) = 4.590349388195356 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=o8sueYG7kbk|280|center|Nth}} | ||
==See Also== | ==See Also== |
Revision as of 15: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
- NTHROOT(64,2) = 8
- NTHROOT(525,5) = 3.4997084062277275
- NTHROOT(-125,3) = -5
- NTHROOT(444,4) = 4.590349388195356
Related Videos
See Also
References