Create a new Fixed give a floating point number
auto p = Fixed!4(1.1); assert(p.value == 1.1 * 10 ^^ 4);
See Implementation
Create a new Fixed give a floating point number