Function numbers::root

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

Returns the left number to the root of the right number.