go/src/math/signbit.go

// Signbit reports whether x is negative or negative zero.
func Signbit(x float64) bool {}