RosettaCodeData/Task/Exponentiation-order/Factor/exponentiation-order-1.factor

8 lines
107 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: formatting math.functions ;
5 3 2 ^ ^
"5 3 2 ^ ^ %d\n" printf
5 3 ^ 2 ^
"5 3 ^ 2 ^ %d\n" printf