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

Function test_next_down_small_positive

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

Source from the content-addressed store, hash-verified

327
328 #[test]
329 fn test_next_down_small_positive() {
330 let value: f64 = 1.0;
331 let result = next_down(value);
332 assert_eq!(result, 0.9999999999999999);
333 }
334
335 #[test]
336 fn test_next_down_small_negative() {

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…