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

Method Underflow

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

Underflow returns true if the Underflow flag is set.

()

Source from the content-addressed store, hash-verified

70
71// Underflow returns true if the Underflow flag is set.
72func (r Condition) Underflow() bool { return r&Underflow != 0 }
73
74// Inexact returns true if the Inexact flag is set.
75func (r Condition) Inexact() bool { return r&Inexact != 0 }

Callers 2

gdaTestFunction · 0.95
QuantizeMethod · 0.80

Calls

no outgoing calls

Tested by 1

gdaTestFunction · 0.76