karat menghitung setiap root
fn root(n : f64, x : f64) -> f64 {
x.powf(1_f64/n)
}
SnefDen
fn root(n : f64, x : f64) -> f64 {
x.powf(1_f64/n)
}