[][src]Trait fixed_exp::FixedPow

pub trait FixedPow: Fixed + FixedPowI + FixedPowF { }

Trait alias for fixed-points numbers that support both integer and fixed-point exponentiation.

Implementors

impl<T: Fixed + FixedPowI + FixedPowF> FixedPow for T[src]

Loading content...