On Mon, Aug 21, 2017 at 1:46 PM Konstantin Khomoutov <[email protected]> wrote:
> That is > > const onethird = 1 / 3 > > has greater precision than > > onethird := float64(1) / 3 Zero does not seem to have greater precision than 0.3333333333333333 when approximating the real number 1/3. -- -j -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
