Double
5758596061626364656667
return helper.longType(); } // Floating types: float/Float, double/Double => the result is a Double if (helper.isFloatingType(type)) { return helper.doubleType(); } // BigInteger, the result is the same IType bigIntegerType = helper.bigInteger();