MCPcopy Create free account
hub / github.com/apache/datafusion / float_is_nan

Method float_is_nan

datafusion/common/src/rounding.rs:115–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 }
114
115 fn float_is_nan(self) -> bool {
116 self.is_nan()
117 }
118
119 fn infinity() -> Self {
120 f32::INFINITY

Callers 2

next_upFunction · 0.80
next_downFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected