Login
From:
gosamples.dev
(Uncensored)
subscribe
The maximum and minimum value of the float types in Go (Golang)
https://gosamples.dev/float64-min-max/
links
backlinks
Roast topics
Find topics
Find it!
To get a max, or min value above zero of the float64, or float32 types in Go (Golang), use the 'math' package constants such as `math.MaxFloat64`, etc.