On Thu, Apr 23, 2020 at 8:48 AM Amarjeet Anand <
sarvm...@gmail.com> 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
should add a sentence to the doc.
Ian