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

Function test_next_down_nan

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

Source from the content-addressed store, hash-verified

348
349 #[test]
350 fn test_next_down_nan() {
351 let value: f64 = f64::NAN;
352 let result = next_down(value);
353 assert!(result.is_nan());
354 }
355
356 #[test]
357 fn test_next_up_small_positive_f32() {

Callers

nothing calls this directly

Calls 1

next_downFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…