Commit 2025-10-23 12:28 c1927234
View on Github →feat: better norm_num for rpow (#30615)
- Use recently added
Nat.nthRootto make(a : ℝ) ^ (b : ℝ)work for rationala ≥ 0andb. - Simplify the logic by using
.eqTrans.
feat: better norm_num for rpow (#30615)
Nat.nthRoot to make (a : ℝ) ^ (b : ℝ) work for rational a ≥ 0 and b..eqTrans.