RosettaCodeData/Task/Exponentiation-order/Maple/exponentiation-order.maple

4 lines
25 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
5^3^2;
(5^3)^2;
5^(3^2);