rune::arith

Function modulo

Source
pub(crate) fn modulo(
    x: Gc<NumberType<'_>>,
    y: Gc<NumberType<'_>>,
) -> NumberValue