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

Function test_next_up_nan

datafusion/common/src/rounding.rs:322–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320
321 #[test]
322 fn test_next_up_nan() {
323 let value: f64 = f64::NAN;
324 let result = next_up(value);
325 assert!(result.is_nan());
326 }
327
328 #[test]
329 fn test_next_down_small_positive() {

Callers

nothing calls this directly

Calls 1

next_upFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…