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

Function test_next_up_neg_zero_f32

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

Source from the content-addressed store, hash-verified

407
408 #[test]
409 fn test_next_up_neg_zero_f32() {
410 let value: f32 = -0.0;
411 let result = next_up(value);
412 assert_eq!(result, 0.0);
413 }
414
415 #[test]
416 fn test_next_down_zero_f32() {

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…