Trait Float

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

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Float for f32

Source§

impl Float for f64

Implementors§