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

Function test_next_down_zero_f32

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

Source from the content-addressed store, hash-verified

414
415 #[test]
416 fn test_next_down_zero_f32() {
417 let value: f32 = 0.0;
418 let result = next_down(value);
419 assert_eq!(result, -0.0);
420 }
421
422 #[test]
423 fn test_next_up_neg_zero_f64() {

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…