const math/big.ToNegativeInf
5 uses
math/big (current package)
float.go#L140: ToNegativeInf // == IEEE 754-2008 roundTowardNegative
float.go#L460: case ToNegativeInf:
float.go#L1484: if z.form == zero && z.mode == ToNegativeInf && z.acc == Exact {
float.go#L1551: if z.form == zero && z.mode == ToNegativeInf && z.acc == Exact {
roundingmode_string.go#L15: _ = x[ToNegativeInf-4]
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. |