pub trait Float: Num + FloatT { }
Expand description

Default floating-point number trait used math operations.

Implementors