type math/big.ErrNaN
9 uses
math/big (current package)
float.go#L77: type ErrNaN struct {
float.go#L81: func (err ErrNaN) Error() string {
float.go#L90: panic(ErrNaN{"NewFloat(NaN)"})
float.go#L551: panic(ErrNaN{"Float.SetFloat64(NaN)"})
float.go#L1491: panic(ErrNaN{"addition of infinities with opposite signs"})
float.go#L1558: panic(ErrNaN{"subtraction of infinities with equal signs"})
float.go#L1609: panic(ErrNaN{"multiplication of zero with infinity"})
float.go#L1654: panic(ErrNaN{"division of zero by zero or infinity by infinity"})
sqrt.go#L44: panic(ErrNaN{"square root of negative operand"})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)