Closed
Description
std::num::Float::ldexp
has an unusual format: it takes x: Self
as it's first parameter where everything else in the trait takes self
. It should take self
as it's first parameter for consistency with everything else.
It is located in std::num::mod