Commit 2025-08-13 09:12 69035af7
View on Github →refactor: Add norm_num machinery for NNRat (#9915)
This splits the previous isRat
primitive into isNNRat
and isNegNNRat
, where only the latter carries around a DivisionRing
instance.
This means that norm_num
works on NNReal
and NNRat
.