math/big.Float.Sign (method)

2 uses

	math/big (current package)
		float.go#L239: func (x *Float) Sign() int {
		sqrt.go#L42: 	if x.Sign() == -1 {