DctNum

Trait DctNum 

Source
pub trait DctNum: FftNum + FloatConst {
    // Required methods
    fn half() -> Self;
    fn two() -> Self;
}
Expand description

Generic floating point number

Required Methods§

Source

fn half() -> Self

Source

fn two() -> Self

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.

Implementors§