The was a discussion to introduce `pow` for basic ...
# stdlib
v
The was a discussion to introduce
pow
for basic integer types, but it died out because there were no use-cases outside of long arithmetic. Basically, JVM's
Long
is too short to make a power operation useful. Languages such as Python and Haskell that have an operator for integer power, all have long arithmetic build-in