PowTrait

Trait PowTrait 

Source
pub trait PowTrait<T: NumKernel>:
    Pow<T::RealType>
    + Pow<i8>
    + Pow<u8>
    + Pow<i16>
    + Pow<u16>
    + Pow<i32>
    + Pow<u32>
    + Pow<i64>
    + Pow<u64>
    + Pow<i128>
    + Pow<u128>
    + Pow<usize> { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl PowTrait<Native64> for f64

Source§

impl PowTrait<Native64> for Complex<f64>

Implementors§