Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::common::rounding - Rust
[go: Go Back, main page]

Module datafusion::common::rounding

source ·
Expand description

Floating point rounding mode utility library TODO: Remove this custom implementation and the “libc” dependency when floating-point rounding mode manipulation functions become available in Rust.

Traits§

  • A trait to manipulate floating-point types with bitwise operations. Provides functions to convert a floating-point value to/from its bitwise representation as well as utility methods to handle special values.

Functions§

  • Returns the next representable floating-point value smaller than the input value.
  • Returns the next representable floating-point value greater than the input value.