Trait BigNumPow

Source
pub trait BigNumPow<T>
where T: Base,
{ // Required method fn pow(self, n: i32) -> BigNumBase<T>; }

Required Methods§

Source

fn pow(self, n: i32) -> BigNumBase<T>

Implementations on Foreign Types§

Source§

impl<T> BigNumPow<T> for f64
where T: Base,

Source§

fn pow(self, n: i32) -> BigNumBase<T>

Implementors§