Commit 2025-02-24 10:06 ee225888
View on Github →chore(Data/Complex): deprecate Complex.abs
(#21995)
in this PR:
- Defines
Complex.norm
directly - Defines
Complex.abs
asComplex.norm
and deprecate it - Change
Complex.abs
tonorm
in all definitions / statements / proofs - Delete
Complex.norm_eq_abs
and the fileData.Complex.Abs
(its results are moved as deprecated aliases inData.Complex.Norm
) - Change the name of all results which refer to
Complex.abs
to usenorm
instead and deprecate the original names