Function round

Source
fn round(
    num: Gc<NumberType<'_>>,
    divisor: Option<Gc<NumberType<'_>>>,
) -> Result<NumberValue>