Function pixel_game_lib::num_integer::nth_root  
source · pub fn nth_root<T>(x: T, n: u32) -> Twhere
    T: Roots,Expand description
Returns the truncated principal nth root of an integer –
see Roots::nth_root.
pub fn nth_root<T>(x: T, n: u32) -> Twhere
    T: Roots,Returns the truncated principal nth root of an integer –
see Roots::nth_root.