Trait rustfft::FFTnum[][src]

pub trait FFTnum: Copy + FromPrimitive + Signed + Sync + Send + 'static { }

Generic floating point number, implemnted for f32 and f64

Implementations on Foreign Types

impl FFTnum for f32
[src]

impl FFTnum for f64
[src]

Implementors