Function numbers_rus::integers::base::base::divide

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

divide function: Takes in two i128 integers left and right as input and returns their quotient as an i128 integer.