On Thu, Apr 23, 2020 at 8:48 AM Amarjeet Anand wrote:
>
> Like math.MaxFloat64, Why don't math.MinFloat64 exist?
Unlike integers, for floating point numbers MinFloat64 == -
MaxFloat64. So adding MinFloat64 doesn't seem necessary.
Of course this assumes that you are aware of that fact. Maybe we
Hi
Like *math.MaxFloat64*, Why don't *math.MinFloat64* exist?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
To view t