RosettaCodeData/Task/Nth-root/00DESCRIPTION

5 lines
328 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2019-09-12 10:33:56 -07:00
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]].
2016-12-05 22:15:40 +01:00
2019-09-12 10:33:56 -07:00
<br><br>