BigInteger
6162636465666768697071
if (helper.isFloatingType(type)) { return helper.doubleType(); } // BigInteger, the result is the same IType bigIntegerType = helper.bigInteger(); if (type.equals(bigIntegerType)) { return bigIntegerType; }