RosettaCodeData/Task/Nth-root/Maple/nth-root.maple

6 lines
47 B
Plaintext

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