[][src]Trait rustfft::FFTnum

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

Generic floating point number, implemented for f32 and f64

Implementations on Foreign Types

impl FFTnum for f32[src]

impl FFTnum for f64[src]

Loading content...

Implementors

Loading content...