Function numbers_rus::integers::base::base::modulo

source ·
pub fn modulo(left: i128, right: i128) -> i128
Expand description

modulo function: Takes two i128 integers left and right as input and returns their remainder as an i128 integer.