also...if you want to get really specific...for float32 and float64, x==x
may not be true. (NaNs)

On Mon, Sep 10, 2018 at 7:02 AM Jonathan Amsterdam <jbamster...@gmail.com>
wrote:

>
>> The problem is that the spec says that the operands of == have to be the
>> same type
>>
>
> Correction: one operand must be assignable to the type of the other.
>
> The example still stands: you can't compare an int and a float64.
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>


-- 

*Michael T. jonesmichael.jo...@gmail.com <michael.jo...@gmail.com>*

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to