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

Function test_next_up_neg_zero_f64

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

Source from the content-addressed store, hash-verified

421
422 #[test]
423 fn test_next_up_neg_zero_f64() {
424 let value: f64 = -0.0;
425 let result = next_up(value);
426 assert_eq!(result, 0.0);
427 }
428
429 #[test]
430 fn test_next_down_zero_f64() {

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…