Trait scrypto::math::NthRoot

source ·
pub trait NthRoot {
    // Required method
    fn nth_root(self, n: u32) -> Self;
}

Required Methods§

source

fn nth_root(self, n: u32) -> Self

Object Safety§

This trait is not object safe.

Implementors§