pub trait Amounts: Float + Signed { fn get_1000() -> Self; fn get_1024() -> Self; }
Constructors for floating-point values for both the possible multipliers.