answer.append(STR0 + (subnormal ? DoubleConsts.MIN_EXPONENT : FpUtils.getExponent(d))); | answer.append(subnormal ? DoubleConsts.MIN_EXPONENT : Math.getExponent(d)); | answer.append(STR0 + (subnormal ? DoubleConsts.MIN_EXPONENT : FpUtils.getExponent(d))) | answer.append(subnormal ? DoubleConsts.MIN_EXPONENT : Math.getExponent(d)) | j2objc | 6b6078dcfbac2ad70a822f3802e5405a4bb0421a | java.lang.Double | | | | | | Uses | False |