-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Milestone
Description
The math package is lacking MaxInt
, MaxUint
, MinInt
and MinUint
.
This makes writing programs that assign a max-value to int or uint without manually specifying the value impossible, if you want to run the program on both 32 and 64 bit platforms.
I have written an implementation of the constants mentioned above here: #28537
jimmyfrasche, alexanderj1988, OneOfOne, DeedleFake, ericlagergren and 26 morecznic, davecheney, slrz and asalexanderj1988, lucy and kry127