Trait ndrustfft::FftNum[][src]

pub trait FftNum: 'static + Copy + FromPrimitive + Signed + Sync + Send + Debug { }
Expand description

Generic floating point number, implemented for f32 and f64

Implementors