I would guess the reason is that `pow` is so rarel...
# stdlib
m
I would guess the reason is that
pow
is so rarely used outside math, that it isn't worth reserving an operator for. Also
**
only saves 1 character and is less readable than
pow
.