pub trait ExtendedNumOps: Num + Clone + Copy + NumAssign + PartialOrd + FromPrimitive { }
Expand description

Required traits a number type must implement to be used with simplify.

Implementations on Foreign Types

Implementors