Trait rustfft::FFTnum

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

Generic floating point number, implemnted for f32 and f64

Implementations on Foreign Types

Implementors