RosettaCodeData/Task/Nth-root/Maple/nth-root.maple
2023-07-01 13:44:08 -04:00

5 lines
47 B
Text

root(1728, 3);
root(1024, 10);
root(2.0, 2);