MCPcopy
hub / github.com/google/mangle / NegativeInfinity

Function NegativeInfinity

ast/temporal.go:193–197  ·  view source on GitHub ↗

NegativeInfinity returns a bound representing negative infinity.

()

Source from the content-addressed store, hash-verified

191
192// NegativeInfinity returns a bound representing negative infinity.
193func NegativeInfinity() TemporalBound {
194 return TemporalBound{
195 Type: NegativeInfinityBound,
196 }
197}
198
199// PositiveInfinity returns a bound representing positive infinity.
200func PositiveInfinity() TemporalBound {

Callers 7

TestParseTemporalFactFunction · 0.92
TestTemporalBoundFunction · 0.85
TestTemporalBoundEqualsFunction · 0.85
NewIntervalFunction · 0.85
EternalIntervalFunction · 0.85

Calls

no outgoing calls

Tested by 4

TestParseTemporalFactFunction · 0.74
TestTemporalBoundFunction · 0.68
TestTemporalBoundEqualsFunction · 0.68