Nth root algorithm: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 43:
leading to the general ''n''<sup>th</sup> root algorithm.
 
another way is this function <pre>root base n = base^(1/n)</pre>
 
[[Category:Root-finding algorithms]]