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

Function test_next_up_pos_infinity

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

Source from the content-addressed store, hash-verified

313
314 #[test]
315 fn test_next_up_pos_infinity() {
316 let value: f64 = f64::INFINITY;
317 let result = next_up(value);
318 assert_eq!(result, f64::INFINITY);
319 }
320
321 #[test]
322 fn test_next_up_nan() {

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…