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

Function test_next_down_neg_infinity

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

Source from the content-addressed store, hash-verified

341
342 #[test]
343 fn test_next_down_neg_infinity() {
344 let value: f64 = f64::NEG_INFINITY;
345 let result = next_down(value);
346 assert_eq!(result, f64::NEG_INFINITY);
347 }
348
349 #[test]
350 fn test_next_down_nan() {

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…