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

Method Subnormal

condition.go:78–78  ·  view source on GitHub ↗

Subnormal returns true if the Subnormal flag is set.

()

Source from the content-addressed store, hash-verified

76
77// Subnormal returns true if the Subnormal flag is set.
78func (r Condition) Subnormal() bool { return r&Subnormal != 0 }
79
80// Rounded returns true if the Rounded flag is set.
81func (r Condition) Rounded() bool { return r&Rounded != 0 }

Callers 1

setExponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected