RosettaCodeData/Task/Nth-root/Maple/nth-root.maple
2014-04-02 16:56:35 +00:00

5 lines
47 B
Text

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