Is there an integer equivalent for powers of 10 like there is for floating point?
For example, 7e9 is 7000000000.0. Is there a shorthand for integers?
Is there an integer equivalent for powers of 10 like there is for floating point?
For example, 7e9 is 7000000000.0. Is there a shorthand for integers?
julia> 7*10^9
7000000000