pub trait RealNumber: Number + RealField { }
Expand description

A number that can be any float type.

Implementors§