pub trait RealNumber: Float + DspNumber + GpuFloat + FloatConst { }
Expand description

A real floating pointer number intended to abstract over f32 and f64.

Implementors