Function round_numeric_binary

Source
fn round_numeric_binary(
    a: OrderedDecimal<Numeric>,
    b: i32,
) -> Result<Numeric, EvalError>