public double getInitValue(FastFixDecimal t) {
   return t.set(_exp.getInitValue(), _mant.getInitValue());
 }