pub trait Float: Display + Debug + NumFloatCore + FftNum { }
Expand description

Signals are processed as arrays of Floats. A Float is normally f32 or f64.

Implementations on Foreign Types

Implementors