pub trait DctNum: FftNum + FloatConst {
// Required methods
fn half() -> Self;
fn two() -> Self;
}Expand description
Generic floating point number
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".