Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up- Mountain View
- Sign in to view email
- http://digital-static.net
Pinned
633 contributions in the last year
Activity overview
Contribution activity
August 2019
Created an issue in golang/go that received 11 comments
sort: Float64Slice.Less does not treat -0 as less than +0
Using Go1.12 Consider this snippet: fs := []float64{math.Copysign(0, +1), math.Copysign(0, -1)} sort.Stable(sort.Float64Slice(fs)) fmt.Println(fs) Tβ¦
11
comments