num icon indicating copy to clipboard operation
num copied to clipboard

`Pow::pow(123i64, 4u64)` is not implemented, but `Pow::pow(123i64, 4usize)` is implemented

Open mozhewen opened this issue 3 months ago • 0 comments

I can't figure out why. I know large exponents can lead to overflow, but this happens even for very small numbers. Maybe some typos in thepow_impl! macro?

mozhewen avatar Sep 28 '25 22:09 mozhewen