func math.Signbit
8 uses
math (current package)
atan2.go#L43: if x >= 0 && !Signbit(x) {
dim.go#L55: if Signbit(x) {
dim.go#L91: if Signbit(x) {
gamma.go#L140: if Signbit(x) {
pow.go#L66: if Signbit(x) && isOddInt(y) {
pow.go#L71: if Signbit(x) && isOddInt(y) {
signbit.go#L8: func Signbit(x float64) bool {
math/big
float.go#L560: z.neg = math.Signbit(x) // handle -0, -Inf correctly
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |