Hello! Why there are no pow functions for Long an ...
# stdlib
p
Hello! Why there are no pow functions for Long an Int?
e
pow will overflow Int/Long very quickly, whereas Float/Double/BigInteger/BigDecimal it has a much wider range
arguably modPow could still be useful on Int/Long but that might be too specialized