Run ❯
×
Change Orientation
Change Theme, Dark/Light
package main import ("fmt") func main() { var x float32 = 3.4e+39 fmt.Println(x) }
# _/home/Bcf6i4 ./prog.go:5:7: constant 3.4e+39 overflows float32