pub trait RealNumberSpace: NumberSpace { }
Expand description

Trait for types containing real data.

Implementors