Commit 2024-01-23 02:18 80500592
View on Github →feat: implement rpow norm_num extension (#9893)
- Implements a norm_num extension for
a ^ bwhereaandbare reals. Unlike in the mathlib3 version, there is no restriction on the positivity ofa. - Moves commented-out tests from test/norm_num_ext.lean into a new file test/norm_num_rpow.lean, to keep the dependencies of norm_num_ext.lean lightweight.