On Monday, 12 September 2016 23:39:09 UTC+1, Michael Jones wrote: > > Actually, you would also want a way to say “which type of NaN” as there > are two classes and several subclasses. I wrote code for this a while back > and posted it here (IIRC). > > > yes -I'm aware of 'signalling' and 'quiet' NaNs at least
It seems that Golang does currently fully implement/expose all of the IEE754 standards .. the problem is a little deeper than my original issue about being able to simply assign -Inf, -0 etc. Short of doing my own bit tests there doesn't seem to be any way to detect different NaNs in go ? I think these should be core language features, just as float32 and float64 are core language features. -- 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.
