Function mz_repr::adt::numeric::rescale_within_max_precision
source · fn rescale_within_max_precision(n: &mut Numeric) -> Result<(), Error>
Expand description
Rescale’s n
to fit within Numeric
’s max precision or error if not
possible.