RosettaCodeData/Task/Exponentiation-operator/J/exponentiation-operator-3.j
2023-07-01 13:44:08 -04:00

6 lines
67 B
Text

exp =: dyad def 'x *^:y 1'
10 exp 3
1000
10 exp _3
0.001