This does beg the question:  Why is there no math.NaN() function?

 

John

    John Souvestre - New Orleans LA

 

From: golang-nuts@googlegroups.com [mailto:golang-nuts@googlegroups.com] On 
Behalf Of Dave Cheney
Sent: 2016 September 11, Sun 01:00
To: golang-nuts
Cc: xiiop...@gmail.com
Subject: Re: [go-nuts] Assigning +Inf to a float32 ..

 

https://play.golang.org/p/RthMnILvkP

 

func main() {

            inf := float32(math.Inf(+1))

            fmt.Println(inf)

}





-- 
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