Function repr::adt::numeric::rescale_within_max_precision[][src]

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.