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

Function test_next_down_zero_f64

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

Source from the content-addressed store, hash-verified

428
429 #[test]
430 fn test_next_down_zero_f64() {
431 let value: f64 = 0.0;
432 let result = next_down(value);
433 assert_eq!(result, -0.0);
434 }
435}

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…