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

4 lines
50 B
Text

exp =: *@:] %: */@:(#~|)
10 exp _3
0.001