MCPcopy Create free account
hub / github.com/cockroachdb/apd / etiny

Method etiny

context.go:91–93  ·  view source on GitHub ↗

etiny returns the smallest value an Exponent can contain.

()

Source from the content-addressed store, hash-verified

89
90// etiny returns the smallest value an Exponent can contain.
91func (c *Context) etiny() int32 {
92 return c.MinExponent - int32(c.Precision) + 1
93}
94
95// shouldSetAsNaN determines whether setAsNaN should be called, given
96// the provided values, where x is required and y is optional. It is

Callers 3

quoSpecialsMethod · 0.95
ExpMethod · 0.95
QuantizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected