RosettaCodeData/Task/Nth-root/00-TASK.txt

6 lines
329 B
Plaintext

;Task:
Implement the algorithm to compute the principal &nbsp; [[wp:Nth root|<big>''n''<sup>th</sup></big> &nbsp; root]] &nbsp; <big><big><big><math>\sqrt[n]A</math></big></big></big> &nbsp; of a positive real number &nbsp; <big>''A''</big>, &nbsp; as explained at the &nbsp; [[wp:Nth root algorithm|Wikipedia page]].
<br><br>