Tweeted By @johnmyleswhite
It's this example if you're interested:
— John Myles White (@johnmyleswhite) March 28, 2019
julia> abs(typemin(Int64))
-9223372036854775808
julia> abs(typemin(Int32))
-2147483648
It's this example if you're interested:
— John Myles White (@johnmyleswhite) March 28, 2019
julia> abs(typemin(Int64))
-9223372036854775808
julia> abs(typemin(Int32))
-2147483648