RosettaCodeData/Task/Exponentiation-order/Jq/exponentiation-order-1.jq

3 lines
30 B
Plaintext

jq -n 'pow(pow(5;3);2)'
15625