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

Function test_next_down_small_negative

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

Source from the content-addressed store, hash-verified

334
335 #[test]
336 fn test_next_down_small_negative() {
337 let value: f64 = -1.0;
338 let result = next_down(value);
339 assert_eq!(result, -1.0000000000000002);
340 }
341
342 #[test]
343 fn test_next_down_neg_infinity() {

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…