If I hardcode a number in my code using the scientific notation (e.g. 1e9
) what will the type of that number be (int, long, float, double..)?
When the significand or the exponent are floating point numbers it can't be an integer obviously, but what in the above case?