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

Function test_next_down_neg_infinity_f32

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

Source from the content-addressed store, hash-verified

394 }
395 #[test]
396 fn test_next_down_neg_infinity_f32() {
397 let value: f32 = f32::NEG_INFINITY;
398 let result = next_down(value);
399 assert_eq!(result, f32::NEG_INFINITY);
400 }
401 #[test]
402 fn test_next_down_nan_f32() {
403 let value: f32 = f32::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…