Trait rustiny_number::Pow

source ·
pub trait Pow<Rhs = Self> {
    fn pow(self, exp: Rhs) -> Self;
}

Required Methods§

Implementations on Foreign Types§

Implementors§