[][src]Trait rustdct::DCTnum

pub trait DCTnum: FFTnum + FloatConst + Debug {
    fn half() -> Self;
fn two() -> Self; }

Generic floating point number, implemented for f32 and f64

Required methods

fn half() -> Self

fn two() -> Self

Loading content...

Implementations on Foreign Types

impl DCTnum for f32
[src]

impl DCTnum for f64
[src]

Loading content...

Implementors

Loading content...