Trait mathru::elementary::Power

source ·
pub trait Power {
    fn pow(&self, exp: &Self) -> Self;
    fn root(&self, root: &Self) -> Self;
}
Expand description

Required Methods

Implementations on Foreign Types

Implementors