MCPcopy Create free account
hub / github.com/aws/smithy-go / cmpBigFloat

Function cmpBigFloat

document/json/decoder_test.go:164–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164func cmpBigFloat() func(x big.Float, y big.Float) bool {
165 return func(x, y big.Float) bool {
166 return x.String() == y.String()
167 }
168}
169
170func cmpBigInt() func(x big.Int, y big.Int) bool {
171 return func(x, y big.Int) bool {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected