Tweak bound for pow to account for floating-point types.
Floating-point types can only represent up to 2^digits integers
exactly, so we need to adjust the corrected bound from !1057 (merged).
This fixes an array_cwise_3 failure.
Floating-point types can only represent up to 2^digits integers
exactly, so we need to adjust the corrected bound from !1057 (merged).
This fixes an array_cwise_3 failure.