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#L557: panic(ErrNaN{"Float.SetFloat64(NaN)"})
float.go#L1497: panic(ErrNaN{"addition of infinities with opposite signs"})
float.go#L1564: panic(ErrNaN{"subtraction of infinities with equal signs"})
float.go#L1615: panic(ErrNaN{"multiplication of zero with infinity"})
float.go#L1660: 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.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. |