Trait rustfft::FftNum

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

Generic floating point number, implemented for f32 and f64

Implementors