Closed sebcrozet closed 5 years ago
This is a breaking change because this required modifying the Real trait so it requires RemAssign. At the same time we removed some supertraits that were already required by NumAssign and Num.
Real
RemAssign
NumAssign
Num
This is a breaking change because this required modifying the
Real
trait so it requiresRemAssign
. At the same time we removed some supertraits that were already required byNumAssign
andNum
.