Function numbers_rus::integers::base::base::root

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

root function: Takes two i128 integers left and right as input. Returns the rightth root of left as an i128 integer. Panics if left is negative or right is non-positive.